Html Css Color HEX #2C96EB Dodger Blue

📋 copy color: '#2C96EB'

red 44 ◦ green 150 ◦ blue 235

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

Shades of Dodger Blue #2C96EB

Tints of Dodger Blue #2C96EB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 10.26%
G = 34.97%
B = 54.78%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C96EB (or 0x2C96EB) is known color: Dodger Blue. HEX triplet: 2C, 96 and EB. RGB value is (44,150,235). Sum of RGB (Red+Green+Blue) = 44+150+235=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C96EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C96EB is #D36914. Grayscale: #7F7F7F. Windows color (decimal): -13854997 or 15439404. OLE color: 15439404.

HSL color Cylindrical-coordinate representation of color #2C96EB: hue angle of 206.7º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C96EB is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 150 235 -
CMYK 0.81 0.36 0 0.08
HSL 206.7º 0.83% 0.55% -
HSV(B) 206.7º 0.81% 0.92% -
XYZ 26.94 28.35 82.65 -
YUV 128 188.38 68.09 -
System Red Green Blue C M Y K H S L
Decimal 44 150 235 0.81 0.36 0 0.08 206.7 0.83 0.55
Hex 2C 96 EB 51 24 0 8 CF 53 37
Octal 54 226 353 121 44 0 10 317 123 67
Binary 101100 10010110 11101011 1010001 100100 0 1000 11001111 1010011 110111

Color Harmonies of #2C96EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C96EB

Black with #2C96EB

Text Example


Text Example

White with #2C96EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,150,235); }

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

background-color css

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

 a { background-color: rgb(44,150,235); }

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

border-color css

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

 span { border-color: rgb(44,150,235); }

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