#0565FF

Color #0565FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0565FF

Tints of Dodger Blue #0565FF

Color information

#0565FF (or 0x0565FF) is unknown color: approx Dodger Blue. HEX triplet: 05, 65 and FF. RGB value is (5,101,255). Sum of RGB (Red+Green+Blue) = 5+101+255=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0565FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0565FF is #FA9A00. Grayscale: #595959. Windows color (decimal): -16423425 or 16737541. OLE color: 16737541.

HSL color Cylindrical-coordinate representation of color #0565FF: hue angle of 216.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0565FF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5101255-
CMYK0.980.6000
HSL216.96º100%50.98%-
HSV(B)216.96º98.04%100%-
XYZ22.7716.5696.6-
YUV89.85221.267.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 255 (100% from 255) = 70.64%
R=1.39%
G=27.98%
B=70.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51012550.980.6000216.9610050.98
Hex565FF623C00d96433
Octal5145377142740033114463
Binary101110010111111111110001011110000110110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0565FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0565FF; }

 p { color: rgb(5,101,255); }

 H1.HeaderClassName
 {
   color: #0565FF;
 }
 .AnyTagClassName
 {
   color: #0565FF;
 }
</style>
background-color css

<style>
 a { background-color: #0565FF; }

 a { background-color: rgb(5,101,255); }

 div.DivClassName
 {
   background-color: #0565FF;
 }
 .BgClassName
 {
   background-color: #0565FF;
 }
</style>
border-color css

<style>
 span { border-color: #0565FF; }

 span { border-color: rgb(5,101,255); }

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