Html Css Color HEX #038EC1 Bondi Blue

📋 copy color: '#038EC1'

red 3 ◦ green 142 ◦ blue 193

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

Shades of Bondi Blue #038EC1

Tints of Bondi Blue #038EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.01%

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 0.89%
G = 42.01%
B = 57.1%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#038EC1 (or 0x038EC1) is known color: Bondi Blue. HEX triplet: 03, 8E and C1. RGB value is (3,142,193). Sum of RGB (Red+Green+Blue) = 3+142+193=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #038EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EC1 is #FC713E. Grayscale: #696969. Windows color (decimal): -16544063 or 12684803. OLE color: 12684803.

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

Color convert

RGB 3 142 193 -
CMYK 0.98 0.26 0 0.24
HSL 196.11º 0.97% 0.38% -
HSV(B) 196.11º 0.98% 0.76% -
XYZ 19.34 23.22 53.91 -
YUV 106.25 176.95 54.35 -
System Red Green Blue C M Y K H S L
Decimal 3 142 193 0.98 0.26 0 0.24 196.11 0.97 0.38
Hex 3 8E C1 62 1A 0 18 C4 61 26
Octal 3 216 301 142 32 0 30 304 141 46
Binary 11 10001110 11000001 1100010 11010 0 11000 11000100 1100001 100110

Color Harmonies of #038EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EC1

Black with #038EC1

Text Example


Text Example

White with #038EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,193); }

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

background-color css

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

 a { background-color: rgb(3,142,193); }

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

border-color css

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

 span { border-color: rgb(3,142,193); }

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