Html Css Color HEX #4250CD Free Speech Blue

📋 copy color: '#4250CD'

red 66 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Blue #4250CD

Tints of Free Speech Blue #4250CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 18.8%
G = 22.79%
B = 58.4%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4250CD (or 0x4250CD) is known color: Free Speech Blue. HEX triplet: 42, 50 and CD. RGB value is (66,80,205). Sum of RGB (Red+Green+Blue) = 66+80+205=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #4250CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250CD is #BDAF32. Grayscale: #595959. Windows color (decimal): -12431155 or 13455426. OLE color: 13455426.

HSL color Cylindrical-coordinate representation of color #4250CD: hue angle of 233.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4250CD is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 80 205 -
CMYK 0.68 0.61 0 0.20
HSL 233.96º 0.58% 0.53% -
HSV(B) 233.96º 0.68% 0.8% -
XYZ 16.13 11.3 59.09 -
YUV 90.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 66 80 205 0.68 0.61 0 0.20 233.96 0.58 0.53
Hex 42 50 CD 44 3D 0 14 EA 3A 35
Octal 102 120 315 104 75 0 24 352 72 65
Binary 1000010 1010000 11001101 1000100 111101 0 10100 11101010 111010 110101

Color Harmonies of #4250CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250CD

Black with #4250CD

Text Example


Text Example

White with #4250CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4250CD; }

 p { color: rgb(66,80,205); }

 H1.HeaderClassName
 {
   color: #4250CD;
 }
 .AnyTagClassName
 {
   color: #4250CD;
 }
</style>

background-color css

<style>
 a { background-color: #4250CD; }

 a { background-color: rgb(66,80,205); }

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

border-color css

<style>
 span { border-color: #4250CD; }

 span { border-color: rgb(66,80,205); }

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