Html Css Color HEX #3885FC Dodger Blue

📋 copy color: '#3885FC'

red 56 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #3885FC

Tints of Dodger Blue #3885FC

RGB

 RED value IS 56 (22.27% from 255) = 12.7%

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 12.7%
G = 30.16%
B = 57.14%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3885FC (or 0x3885FC) is known color: Dodger Blue. HEX triplet: 38, 85 and FC. RGB value is (56,133,252). Sum of RGB (Red+Green+Blue) = 56+133+252=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #3885FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3885FC is #C77A03. Grayscale: #7A7A7A. Windows color (decimal): -13072900 or 16549176. OLE color: 16549176.

HSL color Cylindrical-coordinate representation of color #3885FC: hue angle of 216.43º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3885FC is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 133 252 -
CMYK 0.78 0.47 0 0.01
HSL 216.43º 0.97% 0.6% -
HSV(B) 216.43º 0.78% 0.99% -
XYZ 27.59 24.64 95.4 -
YUV 123.54 200.49 79.82 -
System Red Green Blue C M Y K H S L
Decimal 56 133 252 0.78 0.47 0 0.01 216.43 0.97 0.6
Hex 38 85 FC 4E 2F 0 1 D8 61 3C
Octal 70 205 374 116 57 0 1 330 141 74
Binary 111000 10000101 11111100 1001110 101111 0 1 11011000 1100001 111100

Color Harmonies of #3885FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3885FC

Black with #3885FC

Text Example


Text Example

White with #3885FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3885FC; }

 p { color: rgb(56,133,252); }

 H1.HeaderClassName
 {
   color: #3885FC;
 }
 .AnyTagClassName
 {
   color: #3885FC;
 }
</style>

background-color css

<style>
 a { background-color: #3885FC; }

 a { background-color: rgb(56,133,252); }

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

border-color css

<style>
 span { border-color: #3885FC; }

 span { border-color: rgb(56,133,252); }

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