Html Css Color HEX #465DD2 Free Speech Blue

📋 copy color: '#465DD2'

red 70 ◦ green 93 ◦ blue 210

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

Shades of Free Speech Blue #465DD2

Tints of Free Speech Blue #465DD2

RGB

 RED value IS 70 (27.73% from 255) = 18.77%

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 210 (82.42% from 255) = 56.3%

R = 18.77%
G = 24.93%
B = 56.3%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#465DD2 (or 0x465DD2) is known color: Free Speech Blue. HEX triplet: 46, 5D and D2. RGB value is (70,93,210). Sum of RGB (Red+Green+Blue) = 70+93+210=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #465DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DD2 is #B9A22D. Grayscale: #626262. Windows color (decimal): -12165678 or 13786438. OLE color: 13786438.

HSL color Cylindrical-coordinate representation of color #465DD2: hue angle of 230.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465DD2 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 93 210 -
CMYK 0.67 0.56 0 0.18
HSL 230.14º 0.61% 0.55% -
HSV(B) 230.14º 0.67% 0.82% -
XYZ 18.07 13.78 62.68 -
YUV 99.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 70 93 210 0.67 0.56 0 0.18 230.14 0.61 0.55
Hex 46 5D D2 43 38 0 12 E6 3D 37
Octal 106 135 322 103 70 0 22 346 75 67
Binary 1000110 1011101 11010010 1000011 111000 0 10010 11100110 111101 110111

Color Harmonies of #465DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DD2

Black with #465DD2

Text Example


Text Example

White with #465DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465DD2; }

 p { color: rgb(70,93,210); }

 H1.HeaderClassName
 {
   color: #465DD2;
 }
 .AnyTagClassName
 {
   color: #465DD2;
 }
</style>

background-color css

<style>
 a { background-color: #465DD2; }

 a { background-color: rgb(70,93,210); }

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

border-color css

<style>
 span { border-color: #465DD2; }

 span { border-color: rgb(70,93,210); }

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