Html Css Color HEX #3B90ED Dodger Blue

📋 copy color: '#3B90ED'

red 59 ◦ green 144 ◦ blue 237

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

Shades of Dodger Blue #3B90ED

Tints of Dodger Blue #3B90ED

RGB

 RED value IS 59 (23.44% from 255) = 13.41%

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 13.41%
G = 32.73%
B = 53.86%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3B90ED (or 0x3B90ED) is known color: Dodger Blue. HEX triplet: 3B, 90 and ED. RGB value is (59,144,237). Sum of RGB (Red+Green+Blue) = 59+144+237=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B90ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B90ED is #C46F12. Grayscale: #808080. Windows color (decimal): -12873491 or 15568955. OLE color: 15568955.

HSL color Cylindrical-coordinate representation of color #3B90ED: hue angle of 211.35º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B90ED is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 144 237 -
CMYK 0.75 0.39 0 0.07
HSL 211.35º 0.83% 0.58% -
HSV(B) 211.35º 0.75% 0.93% -
XYZ 27.06 26.99 83.9 -
YUV 129.19 188.84 77.94 -
System Red Green Blue C M Y K H S L
Decimal 59 144 237 0.75 0.39 0 0.07 211.35 0.83 0.58
Hex 3B 90 ED 4B 27 0 7 D3 53 3A
Octal 73 220 355 113 47 0 7 323 123 72
Binary 111011 10010000 11101101 1001011 100111 0 111 11010011 1010011 111010

Color Harmonies of #3B90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B90ED

Black with #3B90ED

Text Example


Text Example

White with #3B90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B90ED; }

 p { color: rgb(59,144,237); }

 H1.HeaderClassName
 {
   color: #3B90ED;
 }
 .AnyTagClassName
 {
   color: #3B90ED;
 }
</style>

background-color css

<style>
 a { background-color: #3B90ED; }

 a { background-color: rgb(59,144,237); }

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

border-color css

<style>
 span { border-color: #3B90ED; }

 span { border-color: rgb(59,144,237); }

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