Html Css Color HEX #425ACB Free Speech Blue

📋 copy color: '#425ACB'

red 66 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #425ACB

Tints of Free Speech Blue #425ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

 BLUE value IS 203 (79.69% from 255) = 56.55%

R = 18.38%
G = 25.07%
B = 56.55%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#425ACB (or 0x425ACB) is known color: Free Speech Blue. HEX triplet: 42, 5A and CB. RGB value is (66,90,203). Sum of RGB (Red+Green+Blue) = 66+90+203=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #425ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ACB is #BDA534. Grayscale: #5F5F5F. Windows color (decimal): -12428597 or 13326914. OLE color: 13326914.

HSL color Cylindrical-coordinate representation of color #425ACB: hue angle of 229.49º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #425ACB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 90 203 -
CMYK 0.67 0.56 0 0.20
HSL 229.49º 0.57% 0.53% -
HSV(B) 229.49º 0.67% 0.8% -
XYZ 16.68 12.78 58.09 -
YUV 95.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 66 90 203 0.67 0.56 0 0.20 229.49 0.57 0.53
Hex 42 5A CB 43 38 0 14 E5 39 35
Octal 102 132 313 103 70 0 24 345 71 65
Binary 1000010 1011010 11001011 1000011 111000 0 10100 11100101 111001 110101

Color Harmonies of #425ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425ACB

Black with #425ACB

Text Example


Text Example

White with #425ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,90,203); }

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

background-color css

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

 a { background-color: rgb(66,90,203); }

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

border-color css

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

 span { border-color: rgb(66,90,203); }

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