Html Css Color HEX #038FB7 Bondi Blue

📋 copy color: '#038FB7'

red 3 ◦ green 143 ◦ blue 183

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

Shades of Bondi Blue #038FB7

Tints of Bondi Blue #038FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 0.91%
G = 43.47%
B = 55.62%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#038FB7 (or 0x038FB7) is known color: Bondi Blue. HEX triplet: 03, 8F and B7. RGB value is (3,143,183). Sum of RGB (Red+Green+Blue) = 3+143+183=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #038FB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FB7 is #FC7048. Grayscale: #696969. Windows color (decimal): -16543817 or 12029699. OLE color: 12029699.

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

Color convert

RGB 3 143 183 -
CMYK 0.98 0.22 0 0.28
HSL 193.33º 0.97% 0.36% -
HSV(B) 193.33º 0.98% 0.72% -
XYZ 18.41 23.08 48.29 -
YUV 105.7 171.62 54.75 -
System Red Green Blue C M Y K H S L
Decimal 3 143 183 0.98 0.22 0 0.28 193.33 0.97 0.36
Hex 3 8F B7 62 16 0 1C C1 61 24
Octal 3 217 267 142 26 0 34 301 141 44
Binary 11 10001111 10110111 1100010 10110 0 11100 11000001 1100001 100100

Color Harmonies of #038FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FB7

Black with #038FB7

Text Example


Text Example

White with #038FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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