Html Css Color HEX #4250CC Free Speech Blue

📋 copy color: '#4250CC'

red 66 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Blue #4250CC

Tints of Free Speech Blue #4250CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 18.86%
G = 22.86%
B = 58.29%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4250CC (or 0x4250CC) is known color: Free Speech Blue. HEX triplet: 42, 50 and CC. RGB value is (66,80,204). Sum of RGB (Red+Green+Blue) = 66+80+204=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #4250CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250CC is #BDAF33. Grayscale: #595959. Windows color (decimal): -12431156 or 13389890. OLE color: 13389890.

HSL color Cylindrical-coordinate representation of color #4250CC: hue angle of 233.91º degrees, saturation: 0.57, 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 #4250CC is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 80 204 -
CMYK 0.68 0.61 0 0.2
HSL 233.91º 0.58% 0.53% -
HSV(B) 233.91º 0.68% 0.8% -
XYZ 16.01 11.26 58.46 -
YUV 89.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 66 80 204 0.68 0.61 0 0.2 233.91 0.58 0.53
Hex 42 50 CC 44 3D 0 14 EA 3A 35
Octal 102 120 314 104 75 0 24 352 72 65
Binary 1000010 1010000 11001100 1000100 111101 0 10100 11101010 111010 110101

Color Harmonies of #4250CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250CC

Black with #4250CC

Text Example


Text Example

White with #4250CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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