Html Css Color HEX #228EF1 Dodger Blue

📋 copy color: '#228EF1'

red 34 ◦ green 142 ◦ blue 241

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

Shades of Dodger Blue #228EF1

Tints of Dodger Blue #228EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 241 (94.53% from 255) = 57.79%

R = 8.15%
G = 34.05%
B = 57.79%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#228EF1 (or 0x228EF1) is known color: Dodger Blue. HEX triplet: 22, 8E and F1. RGB value is (34,142,241). Sum of RGB (Red+Green+Blue) = 34+142+241=417 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.15% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #228EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EF1 is #DD710E. Grayscale: #787878. Windows color (decimal): -14512399 or 15830562. OLE color: 15830562.

HSL color Cylindrical-coordinate representation of color #228EF1: hue angle of 208.7º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228EF1 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 142 241 -
CMYK 0.86 0.41 0 0.05
HSL 208.7º 0.88% 0.54% -
HSV(B) 208.7º 0.86% 0.95% -
XYZ 26.21 26.04 86.86 -
YUV 120.99 195.72 65.95 -
System Red Green Blue C M Y K H S L
Decimal 34 142 241 0.86 0.41 0 0.05 208.7 0.88 0.54
Hex 22 8E F1 56 29 0 5 D1 58 36
Octal 42 216 361 126 51 0 5 321 130 66
Binary 100010 10001110 11110001 1010110 101001 0 101 11010001 1011000 110110

Color Harmonies of #228EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EF1

Black with #228EF1

Text Example


Text Example

White with #228EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,142,241); }

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

background-color css

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

 a { background-color: rgb(34,142,241); }

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

border-color css

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

 span { border-color: rgb(34,142,241); }

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