Html Css Color HEX #0585FC Dodger Blue

📋 copy color: '#0585FC'

red 5 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #0585FC

Tints of Dodger Blue #0585FC

RGB

 RED value IS 5 (2.34% from 255) = 1.28%

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 1.28%
G = 34.1%
B = 64.62%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0585FC (or 0x0585FC) is known color: Dodger Blue. HEX triplet: 05, 85 and FC. RGB value is (5,133,252). Sum of RGB (Red+Green+Blue) = 5+133+252=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #0585FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0585FC is #FA7A03. Grayscale: #6B6B6B. Windows color (decimal): -16415236 or 16549125. OLE color: 16549125.

HSL color Cylindrical-coordinate representation of color #0585FC: hue angle of 208.91º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585FC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 133 252 -
CMYK 0.98 0.47 0 0.01
HSL 208.91º 0.98% 0.5% -
HSV(B) 208.91º 0.98% 0.99% -
XYZ 26.02 23.84 95.32 -
YUV 108.29 209.09 54.32 -
System Red Green Blue C M Y K H S L
Decimal 5 133 252 0.98 0.47 0 0.01 208.91 0.98 0.5
Hex 5 85 FC 62 2F 0 1 D1 62 32
Octal 5 205 374 142 57 0 1 321 142 62
Binary 101 10000101 11111100 1100010 101111 0 1 11010001 1100010 110010

Color Harmonies of #0585FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0585FC

Black with #0585FC

Text Example


Text Example

White with #0585FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0585FC; }

 p { color: rgb(5,133,252); }

 H1.HeaderClassName
 {
   color: #0585FC;
 }
 .AnyTagClassName
 {
   color: #0585FC;
 }
</style>

background-color css

<style>
 a { background-color: #0585FC; }

 a { background-color: rgb(5,133,252); }

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

border-color css

<style>
 span { border-color: #0585FC; }

 span { border-color: rgb(5,133,252); }

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