Html Css Color HEX #0781BD Cerulean

📋 copy color: '#0781BD'

red 7 ◦ green 129 ◦ blue 189

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

Shades of Cerulean #0781BD

Tints of Cerulean #0781BD

RGB

 RED value IS 7 (3.13% from 255) = 2.15%

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 2.15%
G = 39.69%
B = 58.15%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0781BD (or 0x0781BD) is known color: Cerulean. HEX triplet: 07, 81 and BD. RGB value is (7,129,189). Sum of RGB (Red+Green+Blue) = 7+129+189=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #0781BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781BD is #F87E42. Grayscale: #636363. Windows color (decimal): -16285251 or 12419335. OLE color: 12419335.

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

Color convert

RGB 7 129 189 -
CMYK 0.96 0.32 0 0.26
HSL 199.78º 0.93% 0.38% -
HSV(B) 199.78º 0.96% 0.74% -
XYZ 17.12 19.42 50.99 -
YUV 99.36 178.58 62.12 -
System Red Green Blue C M Y K H S L
Decimal 7 129 189 0.96 0.32 0 0.26 199.78 0.93 0.38
Hex 7 81 BD 60 20 0 1A C8 5D 26
Octal 7 201 275 140 40 0 32 310 135 46
Binary 111 10000001 10111101 1100000 100000 0 11010 11001000 1011101 100110

Color Harmonies of #0781BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0781BD

Black with #0781BD

Text Example


Text Example

White with #0781BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,129,189); }

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

background-color css

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

 a { background-color: rgb(7,129,189); }

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

border-color css

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

 span { border-color: rgb(7,129,189); }

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