Html Css Color HEX #027CEE Dodger Blue

📋 copy color: '#027CEE'

red 2 ◦ green 124 ◦ blue 238

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

Shades of Dodger Blue #027CEE

Tints of Dodger Blue #027CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 0.55%
G = 34.07%
B = 65.38%

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

#027CEE (or 0x027CEE) is known color: Dodger Blue. HEX triplet: 02, 7C and EE. RGB value is (2,124,238). Sum of RGB (Red+Green+Blue) = 2+124+238=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #027CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CEE is #FD8311. Grayscale: #636363. Windows color (decimal): -16614162 or 15629314. OLE color: 15629314.

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

Color convert

RGB 2 124 238 -
CMYK 0.99 0.48 0 0.07
HSL 208.98º 0.98% 0.47% -
HSV(B) 208.98º 0.99% 0.93% -
XYZ 22.67 20.6 83.67 -
YUV 100.52 205.58 57.73 -
System Red Green Blue C M Y K H S L
Decimal 2 124 238 0.99 0.48 0 0.07 208.98 0.98 0.47
Hex 2 7C EE 63 30 0 7 D1 62 2F
Octal 2 174 356 143 60 0 7 321 142 57
Binary 10 1111100 11101110 1100011 110000 0 111 11010001 1100010 101111

Color Harmonies of #027CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CEE

Black with #027CEE

Text Example


Text Example

White with #027CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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