Html Css Color HEX #2275EC Dodger Blue

📋 copy color: '#2275EC'

red 34 ◦ green 117 ◦ blue 236

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

Shades of Dodger Blue #2275EC

Tints of Dodger Blue #2275EC

RGB

 RED value IS 34 (13.67% from 255) = 8.79%

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 8.79%
G = 30.23%
B = 60.98%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2275EC (or 0x2275EC) is known color: Dodger Blue. HEX triplet: 22, 75 and EC. RGB value is (34,117,236). Sum of RGB (Red+Green+Blue) = 34+117+236=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2275EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2275EC is #DD8A13. Grayscale: #696969. Windows color (decimal): -14518804 or 15496482. OLE color: 15496482.

HSL color Cylindrical-coordinate representation of color #2275EC: hue angle of 215.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2275EC is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 117 236 -
CMYK 0.86 0.50 0 0.07
HSL 215.35º 0.84% 0.53% -
HSV(B) 215.35º 0.86% 0.93% -
XYZ 22.16 19.12 81.88 -
YUV 105.75 201.5 76.82 -
System Red Green Blue C M Y K H S L
Decimal 34 117 236 0.86 0.50 0 0.07 215.35 0.84 0.53
Hex 22 75 EC 56 32 0 7 D7 54 35
Octal 42 165 354 126 62 0 7 327 124 65
Binary 100010 1110101 11101100 1010110 110010 0 111 11010111 1010100 110101

Color Harmonies of #2275EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2275EC

Black with #2275EC

Text Example


Text Example

White with #2275EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2275EC; }

 p { color: rgb(34,117,236); }

 H1.HeaderClassName
 {
   color: #2275EC;
 }
 .AnyTagClassName
 {
   color: #2275EC;
 }
</style>

background-color css

<style>
 a { background-color: #2275EC; }

 a { background-color: rgb(34,117,236); }

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

border-color css

<style>
 span { border-color: #2275EC; }

 span { border-color: rgb(34,117,236); }

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