Html Css Color HEX #027FEC Dodger Blue

📋 copy color: '#027FEC'

red 2 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #027FEC

Tints of Dodger Blue #027FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 0.55%
G = 34.79%
B = 64.66%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#027FEC (or 0x027FEC) is known color: Dodger Blue. HEX triplet: 02, 7F and EC. RGB value is (2,127,236). Sum of RGB (Red+Green+Blue) = 2+127+236=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #027FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027FEC is #FD8013. Grayscale: #656565. Windows color (decimal): -16613396 or 15499010. OLE color: 15499010.

HSL color Cylindrical-coordinate representation of color #027FEC: hue angle of 207.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FEC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 127 236 -
CMYK 0.99 0.46 0 0.07
HSL 207.95º 0.98% 0.47% -
HSV(B) 207.95º 0.99% 0.93% -
XYZ 22.75 21.25 82.26 -
YUV 102.05 203.59 56.64 -
System Red Green Blue C M Y K H S L
Decimal 2 127 236 0.99 0.46 0 0.07 207.95 0.98 0.47
Hex 2 7F EC 63 2E 0 7 D0 62 2F
Octal 2 177 354 143 56 0 7 320 142 57
Binary 10 1111111 11101100 1100011 101110 0 111 11010000 1100010 101111

Color Harmonies of #027FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FEC

Black with #027FEC

Text Example


Text Example

White with #027FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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