Html Css Color HEX #3785FF Dodger Blue

📋 copy color: '#3785FF'

red 55 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #3785FF

Tints of Dodger Blue #3785FF

RGB

 RED value IS 55 (21.88% from 255) = 12.42%

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 12.42%
G = 30.02%
B = 57.56%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3785FF (or 0x3785FF) is known color: Dodger Blue. HEX triplet: 37, 85 and FF. RGB value is (55,133,255). Sum of RGB (Red+Green+Blue) = 55+133+255=443 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.42% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #3785FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3785FF is #C87A00. Grayscale: #7B7B7B. Windows color (decimal): -13138433 or 16745783. OLE color: 16745783.

HSL color Cylindrical-coordinate representation of color #3785FF: hue angle of 216.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3785FF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 133 255 -
CMYK 0.78 0.48 0 0
HSL 216.6º 1% 0.61% -
HSV(B) 216.6º 0.78% 1% -
XYZ 28.01 24.81 97.92 -
YUV 123.59 202.16 79.08 -
System Red Green Blue C M Y K H S L
Decimal 55 133 255 0.78 0.48 0 0 216.6 1 0.61
Hex 37 85 FF 4E 30 0 0 D9 64 3D
Octal 67 205 377 116 60 0 0 331 144 75
Binary 110111 10000101 11111111 1001110 110000 0 0 11011001 1100100 111101

Color Harmonies of #3785FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3785FF

Black with #3785FF

Text Example


Text Example

White with #3785FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3785FF; }

 p { color: rgb(55,133,255); }

 H1.HeaderClassName
 {
   color: #3785FF;
 }
 .AnyTagClassName
 {
   color: #3785FF;
 }
</style>

background-color css

<style>
 a { background-color: #3785FF; }

 a { background-color: rgb(55,133,255); }

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

border-color css

<style>
 span { border-color: #3785FF; }

 span { border-color: rgb(55,133,255); }

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