Html Css Color HEX #228CFD Dodger Blue

📋 copy color: '#228CFD'

red 34 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #228CFD

Tints of Dodger Blue #228CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 7.96%
G = 32.79%
B = 59.25%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#228CFD (or 0x228CFD) is known color: Dodger Blue. HEX triplet: 22, 8C and FD. RGB value is (34,140,253). Sum of RGB (Red+Green+Blue) = 34+140+253=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #228CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CFD is #DD7302. Grayscale: #787878. Windows color (decimal): -14512899 or 16616482. OLE color: 16616482.

HSL color Cylindrical-coordinate representation of color #228CFD: hue angle of 210.96º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #228CFD is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 140 253 -
CMYK 0.87 0.45 0 0.01
HSL 210.96º 0.98% 0.56% -
HSV(B) 210.96º 0.87% 0.99% -
XYZ 27.77 26.19 96.52 -
YUV 121.19 202.38 65.81 -
System Red Green Blue C M Y K H S L
Decimal 34 140 253 0.87 0.45 0 0.01 210.96 0.98 0.56
Hex 22 8C FD 57 2D 0 1 D3 62 38
Octal 42 214 375 127 55 0 1 323 142 70
Binary 100010 10001100 11111101 1010111 101101 0 1 11010011 1100010 111000

Color Harmonies of #228CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CFD

Black with #228CFD

Text Example


Text Example

White with #228CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,140,253); }

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

background-color css

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

 a { background-color: rgb(34,140,253); }

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

border-color css

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

 span { border-color: rgb(34,140,253); }

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