Html Css Color HEX #027CFE Dodger Blue

📋 copy color: '#027CFE'

red 2 ◦ green 124 ◦ blue 254

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

Shades of Dodger Blue #027CFE

Tints of Dodger Blue #027CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 254 (99.61% from 255) = 66.84%

R = 0.53%
G = 32.63%
B = 66.84%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#027CFE (or 0x027CFE) is known color: Dodger Blue. HEX triplet: 02, 7C and FE. RGB value is (2,124,254). Sum of RGB (Red+Green+Blue) = 2+124+254=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #027CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CFE is #FD8301. Grayscale: #656565. Windows color (decimal): -16614146 or 16677890. OLE color: 16677890.

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

Color convert

RGB 2 124 254 -
CMYK 0.99 0.51 0 0.00
HSL 210.95º 0.99% 0.5% -
HSV(B) 210.95º 0.99% 1% -
XYZ 25.12 21.58 96.61 -
YUV 102.34 213.58 56.43 -
System Red Green Blue C M Y K H S L
Decimal 2 124 254 0.99 0.51 0 0.00 210.95 0.99 0.5
Hex 2 7C FE 63 33 0 0 D3 63 32
Octal 2 174 376 143 63 0 0 323 143 62
Binary 10 1111100 11111110 1100011 110011 0 0 11010011 1100011 110010

Color Harmonies of #027CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CFE

Black with #027CFE

Text Example


Text Example

White with #027CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,254); }

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

background-color css

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

 a { background-color: rgb(2,124,254); }

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

border-color css

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

 span { border-color: rgb(2,124,254); }

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