Html Css Color HEX #0380BD Cerulean

📋 copy color: '#0380BD'

red 3 ◦ green 128 ◦ blue 189

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

Shades of Cerulean #0380BD

Tints of Cerulean #0380BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 0.94%
G = 40%
B = 59.06%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0380BD (or 0x0380BD) is known color: Cerulean. HEX triplet: 03, 80 and BD. RGB value is (3,128,189). Sum of RGB (Red+Green+Blue) = 3+128+189=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #0380BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380BD is #FC7F42. Grayscale: #616161. Windows color (decimal): -16547651 or 12419075. OLE color: 12419075.

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

Color convert

RGB 3 128 189 -
CMYK 0.98 0.32 0 0.26
HSL 199.68º 0.97% 0.38% -
HSV(B) 199.68º 0.98% 0.74% -
XYZ 16.94 19.13 50.94 -
YUV 97.58 179.59 60.54 -
System Red Green Blue C M Y K H S L
Decimal 3 128 189 0.98 0.32 0 0.26 199.68 0.97 0.38
Hex 3 80 BD 62 20 0 1A C8 61 26
Octal 3 200 275 142 40 0 32 310 141 46
Binary 11 10000000 10111101 1100010 100000 0 11010 11001000 1100001 100110

Color Harmonies of #0380BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380BD

Black with #0380BD

Text Example


Text Example

White with #0380BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0380BD; }

 p { color: rgb(3,128,189); }

 H1.HeaderClassName
 {
   color: #0380BD;
 }
 .AnyTagClassName
 {
   color: #0380BD;
 }
</style>

background-color css

<style>
 a { background-color: #0380BD; }

 a { background-color: rgb(3,128,189); }

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

border-color css

<style>
 span { border-color: #0380BD; }

 span { border-color: rgb(3,128,189); }

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