Html Css Color HEX #0FA0EA Dodger Blue

📋 copy color: '#0FA0EA'

red 15 ◦ green 160 ◦ blue 234

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

Shades of Dodger Blue #0FA0EA

Tints of Dodger Blue #0FA0EA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 3.67%
G = 39.12%
B = 57.21%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FA0EA (or 0x0FA0EA) is known color: Dodger Blue. HEX triplet: 0F, A0 and EA. RGB value is (15,160,234). Sum of RGB (Red+Green+Blue) = 15+160+234=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FA0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA0EA is #F05F15. Grayscale: #7C7C7C. Windows color (decimal): -15752982 or 15376399. OLE color: 15376399.

HSL color Cylindrical-coordinate representation of color #0FA0EA: hue angle of 200.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA0EA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 160 234 -
CMYK 0.94 0.32 0 0.08
HSL 200.27º 0.88% 0.49% -
HSV(B) 200.27º 0.94% 0.92% -
XYZ 27.62 31.18 82.41 -
YUV 125.08 189.46 49.48 -
System Red Green Blue C M Y K H S L
Decimal 15 160 234 0.94 0.32 0 0.08 200.27 0.88 0.49
Hex F A0 EA 5E 20 0 8 C8 58 31
Octal 17 240 352 136 40 0 10 310 130 61
Binary 1111 10100000 11101010 1011110 100000 0 1000 11001000 1011000 110001

Color Harmonies of #0FA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA0EA

Black with #0FA0EA

Text Example


Text Example

White with #0FA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,234); }

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

background-color css

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

 a { background-color: rgb(15,160,234); }

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

border-color css

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

 span { border-color: rgb(15,160,234); }

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