Html Css Color HEX #4250BC Free Speech Blue

📋 copy color: '#4250BC'

red 66 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Blue #4250BC

Tints of Free Speech Blue #4250BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 19.76%
G = 23.95%
B = 56.29%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4250BC (or 0x4250BC) is known color: Free Speech Blue. HEX triplet: 42, 50 and BC. RGB value is (66,80,188). Sum of RGB (Red+Green+Blue) = 66+80+188=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #4250BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250BC is #BDAF43. Grayscale: #575757. Windows color (decimal): -12431172 or 12341314. OLE color: 12341314.

HSL color Cylindrical-coordinate representation of color #4250BC: hue angle of 233.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4250BC is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 80 188 -
CMYK 0.65 0.57 0 0.26
HSL 233.11º 0.48% 0.5% -
HSV(B) 233.11º 0.65% 0.74% -
XYZ 14.19 10.53 48.86 -
YUV 88.13 184.36 112.22 -
System Red Green Blue C M Y K H S L
Decimal 66 80 188 0.65 0.57 0 0.26 233.11 0.48 0.5
Hex 42 50 BC 41 39 0 1A E9 30 32
Octal 102 120 274 101 71 0 32 351 60 62
Binary 1000010 1010000 10111100 1000001 111001 0 11010 11101001 110000 110010

Color Harmonies of #4250BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250BC

Black with #4250BC

Text Example


Text Example

White with #4250BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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