Html Css Color HEX #0F8CFC Dodger Blue

📋 copy color: '#0F8CFC'

red 15 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #0F8CFC

Tints of Dodger Blue #0F8CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 252 (98.83% from 255) = 61.92%

R = 3.69%
G = 34.4%
B = 61.92%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F8CFC (or 0x0F8CFC) is known color: Dodger Blue. HEX triplet: 0F, 8C and FC. RGB value is (15,140,252). Sum of RGB (Red+Green+Blue) = 15+140+252=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F8CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8CFC is #F07303. Grayscale: #727272. Windows color (decimal): -15758084 or 16550927. OLE color: 16550927.

HSL color Cylindrical-coordinate representation of color #0F8CFC: hue angle of 208.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8CFC is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 140 252 -
CMYK 0.94 0.44 0 0.01
HSL 208.35º 0.98% 0.52% -
HSV(B) 208.35º 0.94% 0.99% -
XYZ 27.15 25.89 95.66 -
YUV 115.39 205.09 56.39 -
System Red Green Blue C M Y K H S L
Decimal 15 140 252 0.94 0.44 0 0.01 208.35 0.98 0.52
Hex F 8C FC 5E 2C 0 1 D0 62 34
Octal 17 214 374 136 54 0 1 320 142 64
Binary 1111 10001100 11111100 1011110 101100 0 1 11010000 1100010 110100

Color Harmonies of #0F8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8CFC

Black with #0F8CFC

Text Example


Text Example

White with #0F8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,140,252); }

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

background-color css

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

 a { background-color: rgb(15,140,252); }

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

border-color css

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

 span { border-color: rgb(15,140,252); }

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