Html Css Color HEX #3390FD Dodger Blue

📋 copy color: '#3390FD'

red 51 ◦ green 144 ◦ blue 253

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

Shades of Dodger Blue #3390FD

Tints of Dodger Blue #3390FD

RGB

 RED value IS 51 (20.31% from 255) = 11.38%

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

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

R = 11.38%
G = 32.14%
B = 56.47%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3390FD (or 0x3390FD) is known color: Dodger Blue. HEX triplet: 33, 90 and FD. RGB value is (51,144,253). Sum of RGB (Red+Green+Blue) = 51+144+253=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #3390FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390FD is #CC6F02. Grayscale: #808080. Windows color (decimal): -13397763 or 16617523. OLE color: 16617523.

HSL color Cylindrical-coordinate representation of color #3390FD: hue angle of 212.38º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3390FD is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 144 253 -
CMYK 0.80 0.43 0 0.01
HSL 212.38º 0.98% 0.6% -
HSV(B) 212.38º 0.8% 0.99% -
XYZ 29.07 27.74 96.75 -
YUV 128.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 51 144 253 0.80 0.43 0 0.01 212.38 0.98 0.6
Hex 33 90 FD 50 2B 0 1 D4 62 3C
Octal 63 220 375 120 53 0 1 324 142 74
Binary 110011 10010000 11111101 1010000 101011 0 1 11010100 1100010 111100

Color Harmonies of #3390FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390FD

Black with #3390FD

Text Example


Text Example

White with #3390FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,144,253); }

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

background-color css

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

 a { background-color: rgb(51,144,253); }

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

border-color css

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

 span { border-color: rgb(51,144,253); }

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