Html Css Color HEX #227CDB Dodger Blue

📋 copy color: '#227CDB'

red 34 ◦ green 124 ◦ blue 219

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

Shades of Dodger Blue #227CDB

Tints of Dodger Blue #227CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 9.02%
G = 32.89%
B = 58.09%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#227CDB (or 0x227CDB) is known color: Dodger Blue. HEX triplet: 22, 7C and DB. RGB value is (34,124,219). Sum of RGB (Red+Green+Blue) = 34+124+219=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #227CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CDB is #DD8324. Grayscale: #6B6B6B. Windows color (decimal): -14517029 or 14384162. OLE color: 14384162.

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

Color convert

RGB 34 124 219 -
CMYK 0.84 0.43 0 0.14
HSL 210.81º 0.73% 0.5% -
HSV(B) 210.81º 0.84% 0.86% -
XYZ 20.65 19.87 69.76 -
YUV 107.92 190.68 75.28 -
System Red Green Blue C M Y K H S L
Decimal 34 124 219 0.84 0.43 0 0.14 210.81 0.73 0.5
Hex 22 7C DB 54 2B 0 E D3 49 32
Octal 42 174 333 124 53 0 16 323 111 62
Binary 100010 1111100 11011011 1010100 101011 0 1110 11010011 1001001 110010

Color Harmonies of #227CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CDB

Black with #227CDB

Text Example


Text Example

White with #227CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227CDB; }

 p { color: rgb(34,124,219); }

 H1.HeaderClassName
 {
   color: #227CDB;
 }
 .AnyTagClassName
 {
   color: #227CDB;
 }
</style>

background-color css

<style>
 a { background-color: #227CDB; }

 a { background-color: rgb(34,124,219); }

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

border-color css

<style>
 span { border-color: #227CDB; }

 span { border-color: rgb(34,124,219); }

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