Html Css Color HEX #2C7DEE Dodger Blue

📋 copy color: '#2C7DEE'

red 44 ◦ green 125 ◦ blue 238

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

Shades of Dodger Blue #2C7DEE

Tints of Dodger Blue #2C7DEE

RGB

 RED value IS 44 (17.58% from 255) = 10.81%

 GREEN value IS 125 (49.22% from 255) = 30.71%

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

R = 10.81%
G = 30.71%
B = 58.48%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C7DEE (or 0x2C7DEE) is known color: Dodger Blue. HEX triplet: 2C, 7D and EE. RGB value is (44,125,238). Sum of RGB (Red+Green+Blue) = 44+125+238=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C7DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7DEE is #D38211. Grayscale: #717171. Windows color (decimal): -13861394 or 15629612. OLE color: 15629612.

HSL color Cylindrical-coordinate representation of color #2C7DEE: hue angle of 214.95º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C7DEE is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 125 238 -
CMYK 0.82 0.47 0 0.07
HSL 214.95º 0.85% 0.55% -
HSV(B) 214.95º 0.82% 0.93% -
XYZ 23.8 21.38 83.76 -
YUV 113.66 198.16 78.31 -
System Red Green Blue C M Y K H S L
Decimal 44 125 238 0.82 0.47 0 0.07 214.95 0.85 0.55
Hex 2C 7D EE 52 2F 0 7 D7 55 37
Octal 54 175 356 122 57 0 7 327 125 67
Binary 101100 1111101 11101110 1010010 101111 0 111 11010111 1010101 110111

Color Harmonies of #2C7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7DEE

Black with #2C7DEE

Text Example


Text Example

White with #2C7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C7DEE; }

 p { color: rgb(44,125,238); }

 H1.HeaderClassName
 {
   color: #2C7DEE;
 }
 .AnyTagClassName
 {
   color: #2C7DEE;
 }
</style>

background-color css

<style>
 a { background-color: #2C7DEE; }

 a { background-color: rgb(44,125,238); }

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

border-color css

<style>
 span { border-color: #2C7DEE; }

 span { border-color: rgb(44,125,238); }

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