Html Css Color HEX #038FBA Bondi Blue

📋 copy color: '#038FBA'

red 3 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #038FBA

Tints of Bondi Blue #038FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 0.9%
G = 43.07%
B = 56.02%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#038FBA (or 0x038FBA) is known color: Bondi Blue. HEX triplet: 03, 8F and BA. RGB value is (3,143,186). Sum of RGB (Red+Green+Blue) = 3+143+186=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #038FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FBA is #FC7045. Grayscale: #696969. Windows color (decimal): -16543814 or 12226307. OLE color: 12226307.

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

Color convert

RGB 3 143 186 -
CMYK 0.98 0.23 0 0.27
HSL 194.1º 0.97% 0.37% -
HSV(B) 194.1º 0.98% 0.73% -
XYZ 18.72 23.21 49.95 -
YUV 106.04 173.12 54.5 -
System Red Green Blue C M Y K H S L
Decimal 3 143 186 0.98 0.23 0 0.27 194.1 0.97 0.37
Hex 3 8F BA 62 17 0 1B C2 61 25
Octal 3 217 272 142 27 0 33 302 141 45
Binary 11 10001111 10111010 1100010 10111 0 11011 11000010 1100001 100101

Color Harmonies of #038FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FBA

Black with #038FBA

Text Example


Text Example

White with #038FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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