Html Css Color HEX #027FFD Dodger Blue

📋 copy color: '#027FFD'

red 2 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #027FFD

Tints of Dodger Blue #027FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 0.52%
G = 33.25%
B = 66.23%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#027FFD (or 0x027FFD) is known color: Dodger Blue. HEX triplet: 02, 7F and FD. RGB value is (2,127,253). Sum of RGB (Red+Green+Blue) = 2+127+253=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #027FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027FFD is #FD8002. Grayscale: #676767. Windows color (decimal): -16613379 or 16613122. OLE color: 16613122.

HSL color Cylindrical-coordinate representation of color #027FFD: hue angle of 210.12º 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 #027FFD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 127 253 -
CMYK 0.99 0.50 0 0.01
HSL 210.12º 0.98% 0.5% -
HSV(B) 210.12º 0.99% 0.99% -
XYZ 25.34 22.28 95.89 -
YUV 103.99 212.09 55.25 -
System Red Green Blue C M Y K H S L
Decimal 2 127 253 0.99 0.50 0 0.01 210.12 0.98 0.5
Hex 2 7F FD 63 32 0 1 D2 62 32
Octal 2 177 375 143 62 0 1 322 142 62
Binary 10 1111111 11111101 1100011 110010 0 1 11010010 1100010 110010

Color Harmonies of #027FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FFD

Black with #027FFD

Text Example


Text Example

White with #027FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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