Html Css Color HEX #228EFA Dodger Blue

📋 copy color: '#228EFA'

red 34 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #228EFA

Tints of Dodger Blue #228EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 7.98%
G = 33.33%
B = 58.69%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228EFA (or 0x228EFA) is known color: Dodger Blue. HEX triplet: 22, 8E and FA. RGB value is (34,142,250). Sum of RGB (Red+Green+Blue) = 34+142+250=426 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.98% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #228EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EFA is #DD7105. Grayscale: #797979. Windows color (decimal): -14512390 or 16420386. OLE color: 16420386.

HSL color Cylindrical-coordinate representation of color #228EFA: hue angle of 210º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228EFA is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 142 250 -
CMYK 0.86 0.43 0 0.02
HSL 210º 0.96% 0.56% -
HSV(B) 210º 0.86% 0.98% -
XYZ 27.59 26.59 94.12 -
YUV 122.02 200.22 65.22 -
System Red Green Blue C M Y K H S L
Decimal 34 142 250 0.86 0.43 0 0.02 210 0.96 0.56
Hex 22 8E FA 56 2B 0 2 D2 60 38
Octal 42 216 372 126 53 0 2 322 140 70
Binary 100010 10001110 11111010 1010110 101011 0 10 11010010 1100000 111000

Color Harmonies of #228EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EFA

Black with #228EFA

Text Example


Text Example

White with #228EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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