Html Css Color HEX #027DFD Dodger Blue

📋 copy color: '#027DFD'

red 2 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #027DFD

Tints of Dodger Blue #027DFD

RGB

 RED value IS 2 (1.17% from 255) = 0.53%

 GREEN value IS 125 (49.22% from 255) = 32.89%

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

R = 0.53%
G = 32.89%
B = 66.58%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#027DFD (or 0x027DFD) is known color: Dodger Blue. HEX triplet: 02, 7D and FD. RGB value is (2,125,253). Sum of RGB (Red+Green+Blue) = 2+125+253=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #027DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DFD is #FD8202. Grayscale: #666666. Windows color (decimal): -16613891 or 16612610. OLE color: 16612610.

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

Color convert

RGB 2 125 253 -
CMYK 0.99 0.51 0 0.01
HSL 210.6º 0.98% 0.5% -
HSV(B) 210.6º 0.99% 0.99% -
XYZ 25.09 21.77 95.81 -
YUV 102.82 212.75 56.09 -
System Red Green Blue C M Y K H S L
Decimal 2 125 253 0.99 0.51 0 0.01 210.6 0.98 0.5
Hex 2 7D FD 63 33 0 1 D3 62 32
Octal 2 175 375 143 63 0 1 323 142 62
Binary 10 1111101 11111101 1100011 110011 0 1 11010011 1100010 110010

Color Harmonies of #027DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DFD

Black with #027DFD

Text Example


Text Example

White with #027DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027DFD; }

 p { color: rgb(2,125,253); }

 H1.HeaderClassName
 {
   color: #027DFD;
 }
 .AnyTagClassName
 {
   color: #027DFD;
 }
</style>

background-color css

<style>
 a { background-color: #027DFD; }

 a { background-color: rgb(2,125,253); }

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

border-color css

<style>
 span { border-color: #027DFD; }

 span { border-color: rgb(2,125,253); }

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