Html Css Color HEX #0565FF Dodger Blue

📋 copy color: '#0565FF'

red 5 ◦ green 101 ◦ blue 255

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

Shades of Dodger Blue #0565FF

Tints of Dodger Blue #0565FF

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 value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0565FF (or 0x0565FF) is known color: 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

RGB 5 101 255 -
CMYK 0.98 0.60 0 0
HSL 216.96º 1% 0.51% -
HSV(B) 216.96º 0.98% 1% -
XYZ 22.77 16.56 96.6 -
YUV 89.85 221.2 67.48 -
System Red Green Blue C M Y K H S L
Decimal 5 101 255 0.98 0.60 0 0 216.96 1 0.51
Hex 5 65 FF 62 3C 0 0 D9 64 33
Octal 5 145 377 142 74 0 0 331 144 63
Binary 101 1100101 11111111 1100010 111100 0 0 11011001 1100100 110011

Color Harmonies of #0565FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565FF

Black with #0565FF

Text Example


Text Example

White with #0565FF

Text Example


Text Example

HTML Codes & Css Web 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>