Html Css Color HEX #425DC1 Free Speech Blue

📋 copy color: '#425DC1'

red 66 ◦ green 93 ◦ blue 193

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

Shades of Free Speech Blue #425DC1

Tints of Free Speech Blue #425DC1

RGB

 RED value IS 66 (26.17% from 255) = 18.75%

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

 BLUE value IS 193 (75.78% from 255) = 54.83%

R = 18.75%
G = 26.42%
B = 54.83%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#425DC1 (or 0x425DC1) is known color: Free Speech Blue. HEX triplet: 42, 5D and C1. RGB value is (66,93,193). Sum of RGB (Red+Green+Blue) = 66+93+193=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #425DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DC1 is #BDA23E. Grayscale: #5F5F5F. Windows color (decimal): -12427839 or 12672322. OLE color: 12672322.

HSL color Cylindrical-coordinate representation of color #425DC1: hue angle of 227.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #425DC1 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 93 193 -
CMYK 0.66 0.52 0 0.24
HSL 227.24º 0.51% 0.51% -
HSV(B) 227.24º 0.66% 0.76% -
XYZ 15.79 12.84 52.1 -
YUV 96.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 66 93 193 0.66 0.52 0 0.24 227.24 0.51 0.51
Hex 42 5D C1 42 34 0 18 E3 33 33
Octal 102 135 301 102 64 0 30 343 63 63
Binary 1000010 1011101 11000001 1000010 110100 0 11000 11100011 110011 110011

Color Harmonies of #425DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DC1

Black with #425DC1

Text Example


Text Example

White with #425DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425DC1; }

 p { color: rgb(66,93,193); }

 H1.HeaderClassName
 {
   color: #425DC1;
 }
 .AnyTagClassName
 {
   color: #425DC1;
 }
</style>

background-color css

<style>
 a { background-color: #425DC1; }

 a { background-color: rgb(66,93,193); }

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

border-color css

<style>
 span { border-color: #425DC1; }

 span { border-color: rgb(66,93,193); }

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