Html Css Color HEX #4288FB Dodger Blue

📋 copy color: '#4288FB'

red 66 ◦ green 136 ◦ blue 251

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

Shades of Dodger Blue #4288FB

Tints of Dodger Blue #4288FB

RGB

 RED value IS 66 (26.17% from 255) = 14.57%

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

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 14.57%
G = 30.02%
B = 55.41%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4288FB (or 0x4288FB) is known color: Dodger Blue. HEX triplet: 42, 88 and FB. RGB value is (66,136,251). Sum of RGB (Red+Green+Blue) = 66+136+251=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #4288FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4288FB is #BD7704. Grayscale: #7F7F7F. Windows color (decimal): -12416773 or 16484418. OLE color: 16484418.

HSL color Cylindrical-coordinate representation of color #4288FB: hue angle of 217.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4288FB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 136 251 -
CMYK 0.74 0.46 0 0.02
HSL 217.3º 0.96% 0.62% -
HSV(B) 217.3º 0.74% 0.98% -
XYZ 28.46 25.73 94.73 -
YUV 128.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 66 136 251 0.74 0.46 0 0.02 217.3 0.96 0.62
Hex 42 88 FB 4A 2E 0 2 D9 60 3E
Octal 102 210 373 112 56 0 2 331 140 76
Binary 1000010 10001000 11111011 1001010 101110 0 10 11011001 1100000 111110

Color Harmonies of #4288FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4288FB

Black with #4288FB

Text Example


Text Example

White with #4288FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4288FB; }

 p { color: rgb(66,136,251); }

 H1.HeaderClassName
 {
   color: #4288FB;
 }
 .AnyTagClassName
 {
   color: #4288FB;
 }
</style>

background-color css

<style>
 a { background-color: #4288FB; }

 a { background-color: rgb(66,136,251); }

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

border-color css

<style>
 span { border-color: #4288FB; }

 span { border-color: rgb(66,136,251); }

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