Html Css Color HEX #228CF7 Dodger Blue

📋 copy color: '#228CF7'

red 34 ◦ green 140 ◦ blue 247

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

Shades of Dodger Blue #228CF7

Tints of Dodger Blue #228CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 58.67%

R = 8.08%
G = 33.25%
B = 58.67%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#228CF7 (or 0x228CF7) is known color: Dodger Blue. HEX triplet: 22, 8C and F7. RGB value is (34,140,247). Sum of RGB (Red+Green+Blue) = 34+140+247=421 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.08% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #228CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CF7 is #DD7308. Grayscale: #777777. Windows color (decimal): -14512905 or 16223266. OLE color: 16223266.

HSL color Cylindrical-coordinate representation of color #228CF7: hue angle of 210.14º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228CF7 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 34 140 247 -
CMYK 0.86 0.43 0 0.03
HSL 210.14º 0.93% 0.55% -
HSV(B) 210.14º 0.86% 0.97% -
XYZ 26.83 25.81 91.56 -
YUV 120.5 199.38 66.3 -
System Red Green Blue C M Y K H S L
Decimal 34 140 247 0.86 0.43 0 0.03 210.14 0.93 0.55
Hex 22 8C F7 56 2B 0 3 D2 5D 37
Octal 42 214 367 126 53 0 3 322 135 67
Binary 100010 10001100 11110111 1010110 101011 0 11 11010010 1011101 110111

Color Harmonies of #228CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CF7

Black with #228CF7

Text Example


Text Example

White with #228CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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