Html Css Color HEX #3690F0 Dodger Blue

📋 copy color: '#3690F0'

red 54 ◦ green 144 ◦ blue 240

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

Shades of Dodger Blue #3690F0

Tints of Dodger Blue #3690F0

RGB

 RED value IS 54 (21.48% from 255) = 12.33%

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

 BLUE value IS 240 (94.14% from 255) = 54.79%

R = 12.33%
G = 32.88%
B = 54.79%

CMYK

 C value IS 0.78

 M value IS 0.4

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3690F0 (or 0x3690F0) is known color: Dodger Blue. HEX triplet: 36, 90 and F0. RGB value is (54,144,240). Sum of RGB (Red+Green+Blue) = 54+144+240=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #3690F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3690F0 is #C96F0F. Grayscale: #7F7F7F. Windows color (decimal): -13201168 or 15765558. OLE color: 15765558.

HSL color Cylindrical-coordinate representation of color #3690F0: hue angle of 210.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3690F0 is Cyan = 0.78, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 144 240 -
CMYK 0.78 0.4 0 0.06
HSL 210.97º 0.86% 0.58% -
HSV(B) 210.97º 0.78% 0.94% -
XYZ 27.22 27.02 86.22 -
YUV 128.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 54 144 240 0.78 0.4 0 0.06 210.97 0.86 0.58
Hex 36 90 F0 4E 28 0 6 D3 56 3A
Octal 66 220 360 116 50 0 6 323 126 72
Binary 110110 10010000 11110000 1001110 101000 0 110 11010011 1010110 111010

Color Harmonies of #3690F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3690F0

Black with #3690F0

Text Example


Text Example

White with #3690F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3690F0; }

 p { color: rgb(54,144,240); }

 H1.HeaderClassName
 {
   color: #3690F0;
 }
 .AnyTagClassName
 {
   color: #3690F0;
 }
</style>

background-color css

<style>
 a { background-color: #3690F0; }

 a { background-color: rgb(54,144,240); }

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

border-color css

<style>
 span { border-color: #3690F0; }

 span { border-color: rgb(54,144,240); }

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