Html Css Color HEX #227CEA Dodger Blue

📋 copy color: '#227CEA'

red 34 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #227CEA

Tints of Dodger Blue #227CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.69%

R = 8.67%
G = 31.63%
B = 59.69%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#227CEA (or 0x227CEA) is known color: Dodger Blue. HEX triplet: 22, 7C and EA. RGB value is (34,124,234). Sum of RGB (Red+Green+Blue) = 34+124+234=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #227CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227CEA is #DD8315. Grayscale: #6D6D6D. Windows color (decimal): -14517014 or 15367202. OLE color: 15367202.

HSL color Cylindrical-coordinate representation of color #227CEA: hue angle of 213º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227CEA is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 124 234 -
CMYK 0.85 0.47 0 0.08
HSL 213º 0.83% 0.53% -
HSV(B) 213º 0.85% 0.92% -
XYZ 22.72 20.7 80.64 -
YUV 109.63 198.18 74.06 -
System Red Green Blue C M Y K H S L
Decimal 34 124 234 0.85 0.47 0 0.08 213 0.83 0.53
Hex 22 7C EA 55 2F 0 8 D5 53 35
Octal 42 174 352 125 57 0 10 325 123 65
Binary 100010 1111100 11101010 1010101 101111 0 1000 11010101 1010011 110101

Color Harmonies of #227CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CEA

Black with #227CEA

Text Example


Text Example

White with #227CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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