Html Css Color HEX #038FB4 Bondi Blue

📋 copy color: '#038FB4'

red 3 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #038FB4

Tints of Bondi Blue #038FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 180 (70.7% from 255) = 55.21%

R = 0.92%
G = 43.87%
B = 55.21%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#038FB4 (or 0x038FB4) is known color: Bondi Blue. HEX triplet: 03, 8F and B4. RGB value is (3,143,180). Sum of RGB (Red+Green+Blue) = 3+143+180=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #038FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FB4 is #FC704B. Grayscale: #696969. Windows color (decimal): -16543820 or 11833091. OLE color: 11833091.

HSL color Cylindrical-coordinate representation of color #038FB4: hue angle of 192.54º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038FB4 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 143 180 -
CMYK 0.98 0.21 0 0.29
HSL 192.54º 0.97% 0.36% -
HSV(B) 192.54º 0.98% 0.71% -
XYZ 18.1 22.96 46.66 -
YUV 105.36 170.12 54.99 -
System Red Green Blue C M Y K H S L
Decimal 3 143 180 0.98 0.21 0 0.29 192.54 0.97 0.36
Hex 3 8F B4 62 15 0 1D C1 61 24
Octal 3 217 264 142 25 0 35 301 141 44
Binary 11 10001111 10110100 1100010 10101 0 11101 11000001 1100001 100100

Color Harmonies of #038FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FB4

Black with #038FB4

Text Example


Text Example

White with #038FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,143,180); }

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

background-color css

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

 a { background-color: rgb(3,143,180); }

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

border-color css

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

 span { border-color: rgb(3,143,180); }

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