Html Css Color HEX #038ABB Bondi Blue

📋 copy color: '#038ABB'

red 3 ◦ green 138 ◦ blue 187

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

Shades of Bondi Blue #038ABB

Tints of Bondi Blue #038ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 0.91%
G = 42.07%
B = 57.01%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#038ABB (or 0x038ABB) is known color: Bondi Blue. HEX triplet: 03, 8A and BB. RGB value is (3,138,187). Sum of RGB (Red+Green+Blue) = 3+138+187=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #038ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ABB is #FC7544. Grayscale: #666666. Windows color (decimal): -16545093 or 12290563. OLE color: 12290563.

HSL color Cylindrical-coordinate representation of color #038ABB: hue angle of 195.98º 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 #038ABB is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 138 187 -
CMYK 0.98 0.26 0 0.27
HSL 195.98º 0.97% 0.37% -
HSV(B) 195.98º 0.98% 0.73% -
XYZ 18.1 21.78 50.26 -
YUV 103.22 175.27 56.52 -
System Red Green Blue C M Y K H S L
Decimal 3 138 187 0.98 0.26 0 0.27 195.98 0.97 0.37
Hex 3 8A BB 62 1A 0 1B C4 61 25
Octal 3 212 273 142 32 0 33 304 141 45
Binary 11 10001010 10111011 1100010 11010 0 11011 11000100 1100001 100101

Color Harmonies of #038ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ABB

Black with #038ABB

Text Example


Text Example

White with #038ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,138,187); }

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

background-color css

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

 a { background-color: rgb(3,138,187); }

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

border-color css

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

 span { border-color: rgb(3,138,187); }

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