Html Css Color HEX #027DF8 Dodger Blue

📋 copy color: '#027DF8'

red 2 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #027DF8

Tints of Dodger Blue #027DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.13%

R = 0.53%
G = 33.33%
B = 66.13%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#027DF8 (or 0x027DF8) is known color: Dodger Blue. HEX triplet: 02, 7D and F8. RGB value is (2,125,248). Sum of RGB (Red+Green+Blue) = 2+125+248=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #027DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DF8 is #FD8207. Grayscale: #656565. Windows color (decimal): -16613896 or 16284930. OLE color: 16284930.

HSL color Cylindrical-coordinate representation of color #027DF8: hue angle of 210º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DF8 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 125 248 -
CMYK 0.99 0.50 0 0.03
HSL 210º 0.98% 0.49% -
HSV(B) 210º 0.99% 0.97% -
XYZ 24.3 21.46 91.67 -
YUV 102.25 210.25 56.5 -
System Red Green Blue C M Y K H S L
Decimal 2 125 248 0.99 0.50 0 0.03 210 0.98 0.49
Hex 2 7D F8 63 32 0 3 D2 62 31
Octal 2 175 370 143 62 0 3 322 142 61
Binary 10 1111101 11111000 1100011 110010 0 11 11010010 1100010 110001

Color Harmonies of #027DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DF8

Black with #027DF8

Text Example


Text Example

White with #027DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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