Html Css Color HEX #038CBB Bondi Blue

📋 copy color: '#038CBB'

red 3 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #038CBB

Tints of Bondi Blue #038CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 0.91%
G = 42.42%
B = 56.67%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#038CBB (or 0x038CBB) is known color: Bondi Blue. HEX triplet: 03, 8C and BB. RGB value is (3,140,187). Sum of RGB (Red+Green+Blue) = 3+140+187=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #038CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CBB is #FC7344. Grayscale: #686868. Windows color (decimal): -16544581 or 12291075. OLE color: 12291075.

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

Color convert

RGB 3 140 187 -
CMYK 0.98 0.25 0 0.27
HSL 195.33º 0.97% 0.37% -
HSV(B) 195.33º 0.98% 0.73% -
XYZ 18.39 22.36 50.36 -
YUV 104.4 174.61 55.68 -
System Red Green Blue C M Y K H S L
Decimal 3 140 187 0.98 0.25 0 0.27 195.33 0.97 0.37
Hex 3 8C BB 62 19 0 1B C3 61 25
Octal 3 214 273 142 31 0 33 303 141 45
Binary 11 10001100 10111011 1100010 11001 0 11011 11000011 1100001 100101

Color Harmonies of #038CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CBB

Black with #038CBB

Text Example


Text Example

White with #038CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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