Html Css Color HEX #027FFF Dodger Blue

📋 copy color: '#027FFF'

red 2 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #027FFF

Tints of Dodger Blue #027FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 0.52%
G = 33.07%
B = 66.41%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#027FFF (or 0x027FFF) is known color: Dodger Blue. HEX triplet: 02, 7F and FF. RGB value is (2,127,255). Sum of RGB (Red+Green+Blue) = 2+127+255=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #027FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027FFF is #FD8000. Grayscale: #676767. Windows color (decimal): -16613377 or 16744194. OLE color: 16744194.

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

Color convert

RGB 2 127 255 -
CMYK 0.99 0.50 0 0
HSL 210.36º 1% 0.5% -
HSV(B) 210.36º 0.99% 1% -
XYZ 25.66 22.41 97.58 -
YUV 104.22 213.09 55.09 -
System Red Green Blue C M Y K H S L
Decimal 2 127 255 0.99 0.50 0 0 210.36 1 0.5
Hex 2 7F FF 63 32 0 0 D2 64 32
Octal 2 177 377 143 62 0 0 322 144 62
Binary 10 1111111 11111111 1100011 110010 0 0 11010010 1100100 110010

Color Harmonies of #027FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FFF

Black with #027FFF

Text Example


Text Example

White with #027FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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