Html Css Color HEX #425DC4 Free Speech Blue

📋 copy color: '#425DC4'

red 66 ◦ green 93 ◦ blue 196

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

Shades of Free Speech Blue #425DC4

Tints of Free Speech Blue #425DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 55.21%

R = 18.59%
G = 26.2%
B = 55.21%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#425DC4 (or 0x425DC4) is known color: Free Speech Blue. HEX triplet: 42, 5D and C4. RGB value is (66,93,196). Sum of RGB (Red+Green+Blue) = 66+93+196=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #425DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DC4 is #BDA23B. Grayscale: #606060. Windows color (decimal): -12427836 or 12868930. OLE color: 12868930.

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

Color convert

RGB 66 93 196 -
CMYK 0.66 0.53 0 0.23
HSL 227.54º 0.52% 0.51% -
HSV(B) 227.54º 0.66% 0.77% -
XYZ 16.12 12.97 53.88 -
YUV 96.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 66 93 196 0.66 0.53 0 0.23 227.54 0.52 0.51
Hex 42 5D C4 42 35 0 17 E4 34 33
Octal 102 135 304 102 65 0 27 344 64 63
Binary 1000010 1011101 11000100 1000010 110101 0 10111 11100100 110100 110011

Color Harmonies of #425DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DC4

Black with #425DC4

Text Example


Text Example

White with #425DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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