Html Css Color HEX #0F7BBC Cerulean

📋 copy color: '#0F7BBC'

red 15 ◦ green 123 ◦ blue 188

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

Shades of Cerulean #0F7BBC

Tints of Cerulean #0F7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

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

R = 4.6%
G = 37.73%
B = 57.67%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F7BBC (or 0x0F7BBC) is known color: Cerulean. HEX triplet: 0F, 7B and BC. RGB value is (15,123,188). Sum of RGB (Red+Green+Blue) = 15+123+188=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F7BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7BBC is #F08443. Grayscale: #616161. Windows color (decimal): -15762500 or 12352271. OLE color: 12352271.

HSL color Cylindrical-coordinate representation of color #0F7BBC: hue angle of 202.54º 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 #0F7BBC is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 123 188 -
CMYK 0.92 0.35 0 0.26
HSL 202.54º 0.85% 0.4% -
HSV(B) 202.54º 0.92% 0.74% -
XYZ 16.36 17.9 50.17 -
YUV 98.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 15 123 188 0.92 0.35 0 0.26 202.54 0.85 0.4
Hex F 7B BC 5C 23 0 1A CB 55 28
Octal 17 173 274 134 43 0 32 313 125 50
Binary 1111 1111011 10111100 1011100 100011 0 11010 11001011 1010101 101000

Color Harmonies of #0F7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7BBC

Black with #0F7BBC

Text Example


Text Example

White with #0F7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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