Html Css Color HEX #0781BF Cerulean

📋 copy color: '#0781BF'

red 7 ◦ green 129 ◦ blue 191

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

Shades of Cerulean #0781BF

Tints of Cerulean #0781BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.41%

R = 2.14%
G = 39.45%
B = 58.41%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0781BF (or 0x0781BF) is known color: Cerulean. HEX triplet: 07, 81 and BF. RGB value is (7,129,191). Sum of RGB (Red+Green+Blue) = 7+129+191=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #0781BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781BF is #F87E40. Grayscale: #636363. Windows color (decimal): -16285249 or 12550407. OLE color: 12550407.

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

Color convert

RGB 7 129 191 -
CMYK 0.96 0.32 0 0.25
HSL 200.22º 0.93% 0.39% -
HSV(B) 200.22º 0.96% 0.75% -
XYZ 17.34 19.51 52.14 -
YUV 99.59 179.58 61.96 -
System Red Green Blue C M Y K H S L
Decimal 7 129 191 0.96 0.32 0 0.25 200.22 0.93 0.39
Hex 7 81 BF 60 20 0 19 C8 5D 27
Octal 7 201 277 140 40 0 31 310 135 47
Binary 111 10000001 10111111 1100000 100000 0 11001 11001000 1011101 100111

Color Harmonies of #0781BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0781BF

Black with #0781BF

Text Example


Text Example

White with #0781BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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