Html Css Color HEX #038DBE Bondi Blue

📋 copy color: '#038DBE'

red 3 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #038DBE

Tints of Bondi Blue #038DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 0.9%
G = 42.22%
B = 56.89%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#038DBE (or 0x038DBE) is known color: Bondi Blue. HEX triplet: 03, 8D and BE. RGB value is (3,141,190). Sum of RGB (Red+Green+Blue) = 3+141+190=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #038DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DBE is #FC7241. Grayscale: #686868. Windows color (decimal): -16544322 or 12487939. OLE color: 12487939.

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

Color convert

RGB 3 141 190 -
CMYK 0.98 0.26 0 0.25
HSL 195.72º 0.97% 0.38% -
HSV(B) 195.72º 0.98% 0.75% -
XYZ 18.86 22.79 52.12 -
YUV 105.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 3 141 190 0.98 0.26 0 0.25 195.72 0.97 0.38
Hex 3 8D BE 62 1A 0 19 C4 61 26
Octal 3 215 276 142 32 0 31 304 141 46
Binary 11 10001101 10111110 1100010 11010 0 11001 11000100 1100001 100110

Color Harmonies of #038DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DBE

Black with #038DBE

Text Example


Text Example

White with #038DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,190); }

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

background-color css

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

 a { background-color: rgb(3,141,190); }

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

border-color css

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

 span { border-color: rgb(3,141,190); }

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