Html Css Color HEX #228CFA Dodger Blue

📋 copy color: '#228CFA'

red 34 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #228CFA

Tints of Dodger Blue #228CFA

RGB

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

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

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

R = 8.02%
G = 33.02%
B = 58.96%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228CFA (or 0x228CFA) is known color: Dodger Blue. HEX triplet: 22, 8C and FA. RGB value is (34,140,250). Sum of RGB (Red+Green+Blue) = 34+140+250=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #228CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CFA is #DD7305. Grayscale: #787878. Windows color (decimal): -14512902 or 16419874. OLE color: 16419874.

HSL color Cylindrical-coordinate representation of color #228CFA: hue angle of 210.56º 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 #228CFA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 140 250 -
CMYK 0.86 0.44 0 0.02
HSL 210.56º 0.96% 0.56% -
HSV(B) 210.56º 0.86% 0.98% -
XYZ 27.29 26 94.02 -
YUV 120.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 34 140 250 0.86 0.44 0 0.02 210.56 0.96 0.56
Hex 22 8C FA 56 2C 0 2 D3 60 38
Octal 42 214 372 126 54 0 2 323 140 70
Binary 100010 10001100 11111010 1010110 101100 0 10 11010011 1100000 111000

Color Harmonies of #228CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CFA

Black with #228CFA

Text Example


Text Example

White with #228CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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