Html Css Color HEX #2275EF Dodger Blue

📋 copy color: '#2275EF'

red 34 ◦ green 117 ◦ blue 239

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

Shades of Dodger Blue #2275EF

Tints of Dodger Blue #2275EF

RGB

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

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

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

R = 8.72%
G = 30%
B = 61.28%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2275EF (or 0x2275EF) is known color: Dodger Blue. HEX triplet: 22, 75 and EF. RGB value is (34,117,239). Sum of RGB (Red+Green+Blue) = 34+117+239=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #2275EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2275EF is #DD8A10. Grayscale: #696969. Windows color (decimal): -14518801 or 15693090. OLE color: 15693090.

HSL color Cylindrical-coordinate representation of color #2275EF: hue angle of 215.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2275EF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 117 239 -
CMYK 0.86 0.51 0 0.06
HSL 215.71º 0.86% 0.54% -
HSV(B) 215.71º 0.86% 0.94% -
XYZ 22.6 19.29 84.19 -
YUV 106.09 203 76.58 -
System Red Green Blue C M Y K H S L
Decimal 34 117 239 0.86 0.51 0 0.06 215.71 0.86 0.54
Hex 22 75 EF 56 33 0 6 D8 56 36
Octal 42 165 357 126 63 0 6 330 126 66
Binary 100010 1110101 11101111 1010110 110011 0 110 11011000 1010110 110110

Color Harmonies of #2275EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2275EF

Black with #2275EF

Text Example


Text Example

White with #2275EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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