Html Css Color HEX #228CF9 Dodger Blue

📋 copy color: '#228CF9'

red 34 ◦ green 140 ◦ blue 249

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

Shades of Dodger Blue #228CF9

Tints of Dodger Blue #228CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 8.04%
G = 33.1%
B = 58.87%

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

#228CF9 (or 0x228CF9) is known color: Dodger Blue. HEX triplet: 22, 8C and F9. RGB value is (34,140,249). Sum of RGB (Red+Green+Blue) = 34+140+249=423 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.04% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #228CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CF9 is #DD7306. Grayscale: #787878. Windows color (decimal): -14512903 or 16354338. OLE color: 16354338.

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

Color convert

RGB 34 140 249 -
CMYK 0.86 0.44 0 0.02
HSL 210.42º 0.95% 0.55% -
HSV(B) 210.42º 0.86% 0.98% -
XYZ 27.14 25.94 93.2 -
YUV 120.73 200.38 66.14 -
System Red Green Blue C M Y K H S L
Decimal 34 140 249 0.86 0.44 0 0.02 210.42 0.95 0.55
Hex 22 8C F9 56 2C 0 2 D2 5F 37
Octal 42 214 371 126 54 0 2 322 137 67
Binary 100010 10001100 11111001 1010110 101100 0 10 11010010 1011111 110111

Color Harmonies of #228CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CF9

Black with #228CF9

Text Example


Text Example

White with #228CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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