Html Css Color HEX #0781BC Cerulean

📋 copy color: '#0781BC'

red 7 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #0781BC

Tints of Cerulean #0781BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 2.16%
G = 39.81%
B = 58.02%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0781BC (or 0x0781BC) is known color: Cerulean. HEX triplet: 07, 81 and BC. RGB value is (7,129,188). Sum of RGB (Red+Green+Blue) = 7+129+188=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0781BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781BC is #F87E43. Grayscale: #626262. Windows color (decimal): -16285252 or 12353799. OLE color: 12353799.

HSL color Cylindrical-coordinate representation of color #0781BC: hue angle of 199.56º 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 #0781BC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 129 188 -
CMYK 0.96 0.31 0 0.26
HSL 199.56º 0.93% 0.38% -
HSV(B) 199.56º 0.96% 0.74% -
XYZ 17.01 19.38 50.42 -
YUV 99.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 7 129 188 0.96 0.31 0 0.26 199.56 0.93 0.38
Hex 7 81 BC 60 1F 0 1A C8 5D 26
Octal 7 201 274 140 37 0 32 310 135 46
Binary 111 10000001 10111100 1100000 11111 0 11010 11001000 1011101 100110

Color Harmonies of #0781BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0781BC

Black with #0781BC

Text Example


Text Example

White with #0781BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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