Html Css Color HEX #038ABC Bondi Blue

📋 copy color: '#038ABC'

red 3 ◦ green 138 ◦ blue 188

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

Shades of Bondi Blue #038ABC

Tints of Bondi Blue #038ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 0.91%
G = 41.95%
B = 57.14%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#038ABC (or 0x038ABC) is known color: Bondi Blue. HEX triplet: 03, 8A and BC. RGB value is (3,138,188). Sum of RGB (Red+Green+Blue) = 3+138+188=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #038ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ABC is #FC7543. Grayscale: #676767. Windows color (decimal): -16545092 or 12356099. OLE color: 12356099.

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

Color convert

RGB 3 138 188 -
CMYK 0.98 0.27 0 0.26
HSL 196.22º 0.97% 0.37% -
HSV(B) 196.22º 0.98% 0.74% -
XYZ 18.2 21.83 50.83 -
YUV 103.34 175.77 56.43 -
System Red Green Blue C M Y K H S L
Decimal 3 138 188 0.98 0.27 0 0.26 196.22 0.97 0.37
Hex 3 8A BC 62 1B 0 1A C4 61 25
Octal 3 212 274 142 33 0 32 304 141 45
Binary 11 10001010 10111100 1100010 11011 0 11010 11000100 1100001 100101

Color Harmonies of #038ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ABC

Black with #038ABC

Text Example


Text Example

White with #038ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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