Html Css Color HEX #0F64FF Dodger Blue

📋 copy color: '#0F64FF'

red 15 ◦ green 100 ◦ blue 255

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

Shades of Dodger Blue #0F64FF

Tints of Dodger Blue #0F64FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 4.05%
G = 27.03%
B = 68.92%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F64FF (or 0x0F64FF) is known color: Dodger Blue. HEX triplet: 0F, 64 and FF. RGB value is (15,100,255). Sum of RGB (Red+Green+Blue) = 15+100+255=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F64FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F64FF is #F09B00. Grayscale: #5B5B5B. Windows color (decimal): -15768321 or 16737295. OLE color: 16737295.

HSL color Cylindrical-coordinate representation of color #0F64FF: hue angle of 218.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F64FF is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 100 255 -
CMYK 0.94 0.61 0 0
HSL 218.75º 1% 0.53% -
HSV(B) 218.75º 0.94% 1% -
XYZ 22.8 16.44 96.58 -
YUV 92.26 219.84 72.9 -
System Red Green Blue C M Y K H S L
Decimal 15 100 255 0.94 0.61 0 0 218.75 1 0.53
Hex F 64 FF 5E 3D 0 0 DB 64 35
Octal 17 144 377 136 75 0 0 333 144 65
Binary 1111 1100100 11111111 1011110 111101 0 0 11011011 1100100 110101

Color Harmonies of #0F64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F64FF

Black with #0F64FF

Text Example


Text Example

White with #0F64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,100,255); }

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

background-color css

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

 a { background-color: rgb(15,100,255); }

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

border-color css

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

 span { border-color: rgb(15,100,255); }

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