Html Css Color HEX #2C97E5 Dodger Blue

📋 copy color: '#2C97E5'

red 44 ◦ green 151 ◦ blue 229

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

Shades of Dodger Blue #2C97E5

Tints of Dodger Blue #2C97E5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 229 (89.84% from 255) = 54.01%

R = 10.38%
G = 35.61%
B = 54.01%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2C97E5 (or 0x2C97E5) is known color: Dodger Blue. HEX triplet: 2C, 97 and E5. RGB value is (44,151,229). Sum of RGB (Red+Green+Blue) = 44+151+229=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #2C97E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C97E5 is #D3681A. Grayscale: #7F7F7F. Windows color (decimal): -13854747 or 15046444. OLE color: 15046444.

HSL color Cylindrical-coordinate representation of color #2C97E5: hue angle of 205.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C97E5 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 151 229 -
CMYK 0.81 0.34 0 0.10
HSL 205.3º 0.78% 0.54% -
HSV(B) 205.3º 0.81% 0.9% -
XYZ 26.25 28.33 78.21 -
YUV 127.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 44 151 229 0.81 0.34 0 0.10 205.3 0.78 0.54
Hex 2C 97 E5 51 22 0 A CD 4E 36
Octal 54 227 345 121 42 0 12 315 116 66
Binary 101100 10010111 11100101 1010001 100010 0 1010 11001101 1001110 110110

Color Harmonies of #2C97E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C97E5

Black with #2C97E5

Text Example


Text Example

White with #2C97E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,151,229); }

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

background-color css

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

 a { background-color: rgb(44,151,229); }

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

border-color css

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

 span { border-color: rgb(44,151,229); }

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