Html Css Color HEX #425DBF Free Speech Blue

📋 copy color: '#425DBF'

red 66 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #425DBF

Tints of Free Speech Blue #425DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.57%

R = 18.86%
G = 26.57%
B = 54.57%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#425DBF (or 0x425DBF) is known color: Free Speech Blue. HEX triplet: 42, 5D and BF. RGB value is (66,93,191). Sum of RGB (Red+Green+Blue) = 66+93+191=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #425DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DBF is #BDA240. Grayscale: #5F5F5F. Windows color (decimal): -12427841 or 12541250. OLE color: 12541250.

HSL color Cylindrical-coordinate representation of color #425DBF: hue angle of 227.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425DBF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 93 191 -
CMYK 0.65 0.51 0 0.25
HSL 227.04º 0.49% 0.5% -
HSV(B) 227.04º 0.65% 0.75% -
XYZ 15.57 12.75 50.93 -
YUV 96.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 66 93 191 0.65 0.51 0 0.25 227.04 0.49 0.5
Hex 42 5D BF 41 33 0 19 E3 31 32
Octal 102 135 277 101 63 0 31 343 61 62
Binary 1000010 1011101 10111111 1000001 110011 0 11001 11100011 110001 110010

Color Harmonies of #425DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DBF

Black with #425DBF

Text Example


Text Example

White with #425DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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