Html Css Color HEX #0F90FC Dodger Blue

📋 copy color: '#0F90FC'

red 15 ◦ green 144 ◦ blue 252

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

Shades of Dodger Blue #0F90FC

Tints of Dodger Blue #0F90FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 3.65%
G = 35.04%
B = 61.31%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F90FC (or 0x0F90FC) is known color: Dodger Blue. HEX triplet: 0F, 90 and FC. RGB value is (15,144,252). Sum of RGB (Red+Green+Blue) = 15+144+252=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F90FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F90FC is #F06F03. Grayscale: #757575. Windows color (decimal): -15757060 or 16551951. OLE color: 16551951.

HSL color Cylindrical-coordinate representation of color #0F90FC: hue angle of 207.34º 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 #0F90FC is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 144 252 -
CMYK 0.94 0.43 0 0.01
HSL 207.34º 0.98% 0.52% -
HSV(B) 207.34º 0.94% 0.99% -
XYZ 27.74 27.08 95.86 -
YUV 117.74 203.76 54.72 -
System Red Green Blue C M Y K H S L
Decimal 15 144 252 0.94 0.43 0 0.01 207.34 0.98 0.52
Hex F 90 FC 5E 2B 0 1 CF 62 34
Octal 17 220 374 136 53 0 1 317 142 64
Binary 1111 10010000 11111100 1011110 101011 0 1 11001111 1100010 110100

Color Harmonies of #0F90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F90FC

Black with #0F90FC

Text Example


Text Example

White with #0F90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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