Html Css Color HEX #038FC1 Bondi Blue

📋 copy color: '#038FC1'

red 3 ◦ green 143 ◦ blue 193

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

Shades of Bondi Blue #038FC1

Tints of Bondi Blue #038FC1

RGB

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

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

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

R = 0.88%
G = 42.18%
B = 56.93%

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

#038FC1 (or 0x038FC1) is known color: Bondi Blue. HEX triplet: 03, 8F and C1. RGB value is (3,143,193). Sum of RGB (Red+Green+Blue) = 3+143+193=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #038FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FC1 is #FC703E. Grayscale: #6A6A6A. Windows color (decimal): -16543807 or 12685059. OLE color: 12685059.

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

Color convert

RGB 3 143 193 -
CMYK 0.98 0.26 0 0.24
HSL 195.79º 0.97% 0.38% -
HSV(B) 195.79º 0.98% 0.76% -
XYZ 19.49 23.51 53.96 -
YUV 106.84 176.62 53.93 -
System Red Green Blue C M Y K H S L
Decimal 3 143 193 0.98 0.26 0 0.24 195.79 0.97 0.38
Hex 3 8F C1 62 1A 0 18 C4 61 26
Octal 3 217 301 142 32 0 30 304 141 46
Binary 11 10001111 11000001 1100010 11010 0 11000 11000100 1100001 100110

Color Harmonies of #038FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FC1

Black with #038FC1

Text Example


Text Example

White with #038FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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