Html Css Color HEX #027CED Dodger Blue

📋 copy color: '#027CED'

red 2 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #027CED

Tints of Dodger Blue #027CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 0.55%
G = 34.16%
B = 65.29%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#027CED (or 0x027CED) is known color: Dodger Blue. HEX triplet: 02, 7C and ED. RGB value is (2,124,237). Sum of RGB (Red+Green+Blue) = 2+124+237=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #027CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CED is #FD8312. Grayscale: #636363. Windows color (decimal): -16614163 or 15563778. OLE color: 15563778.

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

Color convert

RGB 2 124 237 -
CMYK 0.99 0.48 0 0.07
HSL 208.85º 0.98% 0.47% -
HSV(B) 208.85º 0.99% 0.93% -
XYZ 22.52 20.54 82.9 -
YUV 100.4 205.08 57.81 -
System Red Green Blue C M Y K H S L
Decimal 2 124 237 0.99 0.48 0 0.07 208.85 0.98 0.47
Hex 2 7C ED 63 30 0 7 D1 62 2F
Octal 2 174 355 143 60 0 7 321 142 57
Binary 10 1111100 11101101 1100011 110000 0 111 11010001 1100010 101111

Color Harmonies of #027CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CED

Black with #027CED

Text Example


Text Example

White with #027CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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