Html Css Color HEX #2069FD Dodger Blue

📋 copy color: '#2069FD'

red 32 ◦ green 105 ◦ blue 253

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

Shades of Dodger Blue #2069FD

Tints of Dodger Blue #2069FD

RGB

 RED value IS 32 (12.89% from 255) = 8.21%

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 253 (99.22% from 255) = 64.87%

R = 8.21%
G = 26.92%
B = 64.87%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2069FD (or 0x2069FD) is known color: Dodger Blue. HEX triplet: 20, 69 and FD. RGB value is (32,105,253). Sum of RGB (Red+Green+Blue) = 32+105+253=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #2069FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2069FD is #DF9602. Grayscale: #636363. Windows color (decimal): -14652931 or 16607520. OLE color: 16607520.

HSL color Cylindrical-coordinate representation of color #2069FD: hue angle of 220.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2069FD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 105 253 -
CMYK 0.87 0.58 0 0.01
HSL 220.18º 0.98% 0.56% -
HSV(B) 220.18º 0.87% 0.99% -
XYZ 23.38 17.5 95.07 -
YUV 100.05 214.32 79.47 -
System Red Green Blue C M Y K H S L
Decimal 32 105 253 0.87 0.58 0 0.01 220.18 0.98 0.56
Hex 20 69 FD 57 3A 0 1 DC 62 38
Octal 40 151 375 127 72 0 1 334 142 70
Binary 100000 1101001 11111101 1010111 111010 0 1 11011100 1100010 111000

Color Harmonies of #2069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2069FD

Black with #2069FD

Text Example


Text Example

White with #2069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2069FD; }

 p { color: rgb(32,105,253); }

 H1.HeaderClassName
 {
   color: #2069FD;
 }
 .AnyTagClassName
 {
   color: #2069FD;
 }
</style>

background-color css

<style>
 a { background-color: #2069FD; }

 a { background-color: rgb(32,105,253); }

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

border-color css

<style>
 span { border-color: #2069FD; }

 span { border-color: rgb(32,105,253); }

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