Html Css Color HEX #0F7FB4 Cerulean

📋 copy color: '#0F7FB4'

red 15 ◦ green 127 ◦ blue 180

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

Shades of Cerulean #0F7FB4

Tints of Cerulean #0F7FB4

RGB

 RED value IS 15 (6.25% from 255) = 4.66%

 GREEN value IS 127 (50% from 255) = 39.44%

 BLUE value IS 180 (70.7% from 255) = 55.9%

R = 4.66%
G = 39.44%
B = 55.9%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F7FB4 (or 0x0F7FB4) is known color: Cerulean. HEX triplet: 0F, 7F and B4. RGB value is (15,127,180). Sum of RGB (Red+Green+Blue) = 15+127+180=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F7FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7FB4 is #F0804B. Grayscale: #636363. Windows color (decimal): -15761484 or 11829007. OLE color: 11829007.

HSL color Cylindrical-coordinate representation of color #0F7FB4: hue angle of 199.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7FB4 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 127 180 -
CMYK 0.92 0.29 0 0.29
HSL 199.27º 0.85% 0.38% -
HSV(B) 199.27º 0.92% 0.71% -
XYZ 16.02 18.58 45.92 -
YUV 99.55 173.39 67.69 -
System Red Green Blue C M Y K H S L
Decimal 15 127 180 0.92 0.29 0 0.29 199.27 0.85 0.38
Hex F 7F B4 5C 1D 0 1D C7 55 26
Octal 17 177 264 134 35 0 35 307 125 46
Binary 1111 1111111 10110100 1011100 11101 0 11101 11000111 1010101 100110

Color Harmonies of #0F7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7FB4

Black with #0F7FB4

Text Example


Text Example

White with #0F7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F7FB4; }

 p { color: rgb(15,127,180); }

 H1.HeaderClassName
 {
   color: #0F7FB4;
 }
 .AnyTagClassName
 {
   color: #0F7FB4;
 }
</style>

background-color css

<style>
 a { background-color: #0F7FB4; }

 a { background-color: rgb(15,127,180); }

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

border-color css

<style>
 span { border-color: #0F7FB4; }

 span { border-color: rgb(15,127,180); }

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