Html Css Color HEX #027CEF Dodger Blue

📋 copy color: '#027CEF'

red 2 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #027CEF

Tints of Dodger Blue #027CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 0.55%
G = 33.97%
B = 65.48%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#027CEF (or 0x027CEF) is known color: Dodger Blue. HEX triplet: 02, 7C and EF. RGB value is (2,124,239). Sum of RGB (Red+Green+Blue) = 2+124+239=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #027CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CEF is #FD8310. Grayscale: #646464. Windows color (decimal): -16614161 or 15694850. OLE color: 15694850.

HSL color Cylindrical-coordinate representation of color #027CEF: hue angle of 209.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CEF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 124 239 -
CMYK 0.99 0.48 0 0.06
HSL 209.11º 0.98% 0.47% -
HSV(B) 209.11º 0.99% 0.94% -
XYZ 22.81 20.66 84.45 -
YUV 100.63 206.08 57.65 -
System Red Green Blue C M Y K H S L
Decimal 2 124 239 0.99 0.48 0 0.06 209.11 0.98 0.47
Hex 2 7C EF 63 30 0 6 D1 62 2F
Octal 2 174 357 143 60 0 6 321 142 57
Binary 10 1111100 11101111 1100011 110000 0 110 11010001 1100010 101111

Color Harmonies of #027CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CEF

Black with #027CEF

Text Example


Text Example

White with #027CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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