Html Css Color HEX #038FBE Bondi Blue

📋 copy color: '#038FBE'

red 3 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #038FBE

Tints of Bondi Blue #038FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

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

R = 0.89%
G = 42.56%
B = 56.55%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#038FBE (or 0x038FBE) is known color: Bondi Blue. HEX triplet: 03, 8F and BE. RGB value is (3,143,190). Sum of RGB (Red+Green+Blue) = 3+143+190=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #038FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FBE is #FC7041. Grayscale: #6A6A6A. Windows color (decimal): -16543810 or 12488451. OLE color: 12488451.

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

Color convert

RGB 3 143 190 -
CMYK 0.98 0.25 0 0.25
HSL 195.08º 0.97% 0.38% -
HSV(B) 195.08º 0.98% 0.75% -
XYZ 19.15 23.38 52.22 -
YUV 106.5 175.12 54.18 -
System Red Green Blue C M Y K H S L
Decimal 3 143 190 0.98 0.25 0 0.25 195.08 0.97 0.38
Hex 3 8F BE 62 19 0 19 C3 61 26
Octal 3 217 276 142 31 0 31 303 141 46
Binary 11 10001111 10111110 1100010 11001 0 11001 11000011 1100001 100110

Color Harmonies of #038FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FBE

Black with #038FBE

Text Example


Text Example

White with #038FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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