Html Css Color HEX #027CFF Dodger Blue

📋 copy color: '#027CFF'

red 2 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #027CFF

Tints of Dodger Blue #027CFF

RGB

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

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

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

R = 0.52%
G = 32.55%
B = 66.93%

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

#027CFF (or 0x027CFF) is known color: Dodger Blue. HEX triplet: 02, 7C and FF. RGB value is (2,124,255). Sum of RGB (Red+Green+Blue) = 2+124+255=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #027CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CFF is #FD8300. Grayscale: #656565. Windows color (decimal): -16614145 or 16743426. OLE color: 16743426.

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

Color convert

RGB 2 124 255 -
CMYK 0.99 0.51 0 0
HSL 211.07º 1% 0.5% -
HSV(B) 211.07º 0.99% 1% -
XYZ 25.28 21.65 97.45 -
YUV 102.46 214.08 56.35 -
System Red Green Blue C M Y K H S L
Decimal 2 124 255 0.99 0.51 0 0 211.07 1 0.5
Hex 2 7C FF 63 33 0 0 D3 64 32
Octal 2 174 377 143 63 0 0 323 144 62
Binary 10 1111100 11111111 1100011 110011 0 0 11010011 1100100 110010

Color Harmonies of #027CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CFF

Black with #027CFF

Text Example


Text Example

White with #027CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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