Html Css Color HEX #0F7CBC Cerulean

📋 copy color: '#0F7CBC'

red 15 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #0F7CBC

Tints of Cerulean #0F7CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

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

R = 4.59%
G = 37.92%
B = 57.49%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F7CBC (or 0x0F7CBC) is known color: Cerulean. HEX triplet: 0F, 7C and BC. RGB value is (15,124,188). Sum of RGB (Red+Green+Blue) = 15+124+188=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F7CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7CBC is #F08343. Grayscale: #626262. Windows color (decimal): -15762244 or 12352527. OLE color: 12352527.

HSL color Cylindrical-coordinate representation of color #0F7CBC: hue angle of 202.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7CBC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 124 188 -
CMYK 0.92 0.34 0 0.26
HSL 202.2º 0.85% 0.4% -
HSV(B) 202.2º 0.92% 0.74% -
XYZ 16.48 18.15 50.21 -
YUV 98.71 178.39 68.3 -
System Red Green Blue C M Y K H S L
Decimal 15 124 188 0.92 0.34 0 0.26 202.2 0.85 0.4
Hex F 7C BC 5C 22 0 1A CA 55 28
Octal 17 174 274 134 42 0 32 312 125 50
Binary 1111 1111100 10111100 1011100 100010 0 11010 11001010 1010101 101000

Color Harmonies of #0F7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7CBC

Black with #0F7CBC

Text Example


Text Example

White with #0F7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,188); }

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

background-color css

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

 a { background-color: rgb(15,124,188); }

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

border-color css

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

 span { border-color: rgb(15,124,188); }

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