Html Css Color HEX #228BDC Dodger Blue

📋 copy color: '#228BDC'

red 34 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #228BDC

Tints of Dodger Blue #228BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 8.65%
G = 35.37%
B = 55.98%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#228BDC (or 0x228BDC) is known color: Dodger Blue. HEX triplet: 22, 8B and DC. RGB value is (34,139,220). Sum of RGB (Red+Green+Blue) = 34+139+220=393 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.65% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #228BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BDC is #DD7423. Grayscale: #747474. Windows color (decimal): -14513188 or 14453538. OLE color: 14453538.

HSL color Cylindrical-coordinate representation of color #228BDC: hue angle of 206.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228BDC is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 139 220 -
CMYK 0.85 0.37 0 0.14
HSL 206.13º 0.73% 0.5% -
HSV(B) 206.13º 0.85% 0.86% -
XYZ 22.81 23.97 71.14 -
YUV 116.84 186.21 68.91 -
System Red Green Blue C M Y K H S L
Decimal 34 139 220 0.85 0.37 0 0.14 206.13 0.73 0.5
Hex 22 8B DC 55 25 0 E CE 49 32
Octal 42 213 334 125 45 0 16 316 111 62
Binary 100010 10001011 11011100 1010101 100101 0 1110 11001110 1001001 110010

Color Harmonies of #228BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228BDC

Black with #228BDC

Text Example


Text Example

White with #228BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228BDC; }

 p { color: rgb(34,139,220); }

 H1.HeaderClassName
 {
   color: #228BDC;
 }
 .AnyTagClassName
 {
   color: #228BDC;
 }
</style>

background-color css

<style>
 a { background-color: #228BDC; }

 a { background-color: rgb(34,139,220); }

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

border-color css

<style>
 span { border-color: #228BDC; }

 span { border-color: rgb(34,139,220); }

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