Html Css Color HEX #2288FD Dodger Blue

📋 copy color: '#2288FD'

red 34 ◦ green 136 ◦ blue 253

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

Shades of Dodger Blue #2288FD

Tints of Dodger Blue #2288FD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 8.04%
G = 32.15%
B = 59.81%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2288FD (or 0x2288FD) is known color: Dodger Blue. HEX triplet: 22, 88 and FD. RGB value is (34,136,253). Sum of RGB (Red+Green+Blue) = 34+136+253=423 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.04% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #2288FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2288FD is #DD7702. Grayscale: #767676. Windows color (decimal): -14513923 or 16615458. OLE color: 16615458.

HSL color Cylindrical-coordinate representation of color #2288FD: hue angle of 212.05º 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 #2288FD is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 136 253 -
CMYK 0.87 0.46 0 0.01
HSL 212.05º 0.98% 0.56% -
HSV(B) 212.05º 0.87% 0.99% -
XYZ 27.19 25.04 96.33 -
YUV 118.84 203.71 67.49 -
System Red Green Blue C M Y K H S L
Decimal 34 136 253 0.87 0.46 0 0.01 212.05 0.98 0.56
Hex 22 88 FD 57 2E 0 1 D4 62 38
Octal 42 210 375 127 56 0 1 324 142 70
Binary 100010 10001000 11111101 1010111 101110 0 1 11010100 1100010 111000

Color Harmonies of #2288FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2288FD

Black with #2288FD

Text Example


Text Example

White with #2288FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2288FD; }

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

 H1.HeaderClassName
 {
   color: #2288FD;
 }
 .AnyTagClassName
 {
   color: #2288FD;
 }
</style>

background-color css

<style>
 a { background-color: #2288FD; }

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

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

border-color css

<style>
 span { border-color: #2288FD; }

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

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