Html Css Color HEX #038EB8 Bondi Blue

📋 copy color: '#038EB8'

red 3 ◦ green 142 ◦ blue 184

#038EB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #038EB8

Tints of Bondi Blue #038EB8

RGB

 RED value IS 3 (1.56% from 255) = 0.91%

 GREEN value IS 142 (55.86% from 255) = 43.16%

 BLUE value IS 184 (72.27% from 255) = 55.93%

R = 0.91%
G = 43.16%
B = 55.93%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#038EB8 (or 0x038EB8) is known color: Bondi Blue. HEX triplet: 03, 8E and B8. RGB value is (3,142,184). Sum of RGB (Red+Green+Blue) = 3+142+184=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #038EB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EB8 is #FC7147. Grayscale: #686868. Windows color (decimal): -16544072 or 12094979. OLE color: 12094979.

HSL color Cylindrical-coordinate representation of color #038EB8: hue angle of 193.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EB8 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 142 184 -
CMYK 0.98 0.23 0 0.28
HSL 193.92º 0.97% 0.37% -
HSV(B) 193.92º 0.98% 0.72% -
XYZ 18.36 22.83 48.79 -
YUV 105.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 3 142 184 0.98 0.23 0 0.28 193.92 0.97 0.37
Hex 3 8E B8 62 17 0 1C C2 61 25
Octal 3 216 270 142 27 0 34 302 141 45
Binary 11 10001110 10111000 1100010 10111 0 11100 11000010 1100001 100101

Color Harmonies of #038EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EB8

Black with #038EB8

Text Example


Text Example

White with #038EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038EB8; }

 p { color: rgb(3,142,184); }

 H1.HeaderClassName
 {
   color: #038EB8;
 }
 .AnyTagClassName
 {
   color: #038EB8;
 }
</style>

background-color css

<style>
 a { background-color: #038EB8; }

 a { background-color: rgb(3,142,184); }

 div.DivClassName
 {
   background-color: #038EB8;
 }
 .BgClassName
 {
   background-color: #038EB8;
 }
</style>

border-color css

<style>
 span { border-color: #038EB8; }

 span { border-color: rgb(3,142,184); }

 td.TdClassName
 {
   border-color: #038EB8;
 }
 .TagClassName
 {
   border-color: #038EB8;
 }
</style>