Html Css Color HEX #3D88F0 Dodger Blue

📋 copy color: '#3D88F0'

red 61 ◦ green 136 ◦ blue 240

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

Shades of Dodger Blue #3D88F0

Tints of Dodger Blue #3D88F0

RGB

 RED value IS 61 (24.22% from 255) = 13.96%

 GREEN value IS 136 (53.52% from 255) = 31.12%

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

R = 13.96%
G = 31.12%
B = 54.92%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3D88F0 (or 0x3D88F0) is known color: Dodger Blue. HEX triplet: 3D, 88 and F0. RGB value is (61,136,240). Sum of RGB (Red+Green+Blue) = 61+136+240=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D88F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D88F0 is #C2770F. Grayscale: #7C7C7C. Windows color (decimal): -12744464 or 15763517. OLE color: 15763517.

HSL color Cylindrical-coordinate representation of color #3D88F0: hue angle of 214.86º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D88F0 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 136 240 -
CMYK 0.75 0.43 0 0.06
HSL 214.86º 0.86% 0.59% -
HSV(B) 214.86º 0.75% 0.94% -
XYZ 26.46 24.89 85.85 -
YUV 125.43 192.65 82.04 -
System Red Green Blue C M Y K H S L
Decimal 61 136 240 0.75 0.43 0 0.06 214.86 0.86 0.59
Hex 3D 88 F0 4B 2B 0 6 D7 56 3B
Octal 75 210 360 113 53 0 6 327 126 73
Binary 111101 10001000 11110000 1001011 101011 0 110 11010111 1010110 111011

Color Harmonies of #3D88F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D88F0

Black with #3D88F0

Text Example


Text Example

White with #3D88F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,136,240); }

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

background-color css

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

 a { background-color: rgb(61,136,240); }

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

border-color css

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

 span { border-color: rgb(61,136,240); }

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