Html Css Color HEX #027EFF Dodger Blue

📋 copy color: '#027EFF'

red 2 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #027EFF

Tints of Dodger Blue #027EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 0.52%
G = 32.9%
B = 66.58%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#027EFF (or 0x027EFF) is known color: Dodger Blue. HEX triplet: 02, 7E and FF. RGB value is (2,126,255). Sum of RGB (Red+Green+Blue) = 2+126+255=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #027EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EFF is #FD8100. Grayscale: #666666. Windows color (decimal): -16613633 or 16743938. OLE color: 16743938.

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

Color convert

RGB 2 126 255 -
CMYK 0.99 0.51 0 0
HSL 210.59º 1% 0.5% -
HSV(B) 210.59º 0.99% 1% -
XYZ 25.54 22.15 97.54 -
YUV 103.63 213.42 55.51 -
System Red Green Blue C M Y K H S L
Decimal 2 126 255 0.99 0.51 0 0 210.59 1 0.5
Hex 2 7E FF 63 33 0 0 D3 64 32
Octal 2 176 377 143 63 0 0 323 144 62
Binary 10 1111110 11111111 1100011 110011 0 0 11010011 1100100 110010

Color Harmonies of #027EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EFF

Black with #027EFF

Text Example


Text Example

White with #027EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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