Html Css Color HEX #4290FB Dodger Blue

📋 copy color: '#4290FB'

red 66 ◦ green 144 ◦ blue 251

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

Shades of Dodger Blue #4290FB

Tints of Dodger Blue #4290FB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

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

R = 14.32%
G = 31.24%
B = 54.45%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4290FB (or 0x4290FB) is known color: Dodger Blue. HEX triplet: 42, 90 and FB. RGB value is (66,144,251). Sum of RGB (Red+Green+Blue) = 66+144+251=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #4290FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4290FB is #BD6F04. Grayscale: #848484. Windows color (decimal): -12414725 or 16486466. OLE color: 16486466.

HSL color Cylindrical-coordinate representation of color #4290FB: hue angle of 214.7º 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 #4290FB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 144 251 -
CMYK 0.74 0.43 0 0.02
HSL 214.7º 0.96% 0.62% -
HSV(B) 214.7º 0.74% 0.98% -
XYZ 29.63 28.07 95.12 -
YUV 132.88 194.66 80.3 -
System Red Green Blue C M Y K H S L
Decimal 66 144 251 0.74 0.43 0 0.02 214.7 0.96 0.62
Hex 42 90 FB 4A 2B 0 2 D7 60 3E
Octal 102 220 373 112 53 0 2 327 140 76
Binary 1000010 10010000 11111011 1001010 101011 0 10 11010111 1100000 111110

Color Harmonies of #4290FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290FB

Black with #4290FB

Text Example


Text Example

White with #4290FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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