Html Css Color HEX #0F7DBA Cerulean

📋 copy color: '#0F7DBA'

red 15 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #0F7DBA

Tints of Cerulean #0F7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 4.6%
G = 38.34%
B = 57.06%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F7DBA (or 0x0F7DBA) is known color: Cerulean. HEX triplet: 0F, 7D and BA. RGB value is (15,125,186). Sum of RGB (Red+Green+Blue) = 15+125+186=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F7DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7DBA is #F08245. Grayscale: #626262. Windows color (decimal): -15761990 or 12221711. OLE color: 12221711.

HSL color Cylindrical-coordinate representation of color #0F7DBA: hue angle of 201.4º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7DBA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 125 186 -
CMYK 0.92 0.33 0 0.27
HSL 201.4º 0.85% 0.39% -
HSV(B) 201.4º 0.92% 0.73% -
XYZ 16.39 18.31 49.13 -
YUV 99.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 15 125 186 0.92 0.33 0 0.27 201.4 0.85 0.39
Hex F 7D BA 5C 21 0 1B C9 55 27
Octal 17 175 272 134 41 0 33 311 125 47
Binary 1111 1111101 10111010 1011100 100001 0 11011 11001001 1010101 100111

Color Harmonies of #0F7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7DBA

Black with #0F7DBA

Text Example


Text Example

White with #0F7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,125,186); }

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

background-color css

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

 a { background-color: rgb(15,125,186); }

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

border-color css

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

 span { border-color: rgb(15,125,186); }

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