Html Css Color HEX #424DCF Free Speech Blue

📋 copy color: '#424DCF'

red 66 ◦ green 77 ◦ blue 207

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

Shades of Free Speech Blue #424DCF

Tints of Free Speech Blue #424DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 18.86%
G = 22%
B = 59.14%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#424DCF (or 0x424DCF) is known color: Free Speech Blue. HEX triplet: 42, 4D and CF. RGB value is (66,77,207). Sum of RGB (Red+Green+Blue) = 66+77+207=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #424DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DCF is #BDB230. Grayscale: #585858. Windows color (decimal): -12431921 or 13585730. OLE color: 13585730.

HSL color Cylindrical-coordinate representation of color #424DCF: hue angle of 235.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424DCF is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 77 207 -
CMYK 0.68 0.63 0 0.19
HSL 235.32º 0.59% 0.54% -
HSV(B) 235.32º 0.68% 0.81% -
XYZ 16.16 10.97 60.3 -
YUV 88.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 66 77 207 0.68 0.63 0 0.19 235.32 0.59 0.54
Hex 42 4D CF 44 3F 0 13 EB 3B 36
Octal 102 115 317 104 77 0 23 353 73 66
Binary 1000010 1001101 11001111 1000100 111111 0 10011 11101011 111011 110110

Color Harmonies of #424DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DCF

Black with #424DCF

Text Example


Text Example

White with #424DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424DCF; }

 p { color: rgb(66,77,207); }

 H1.HeaderClassName
 {
   color: #424DCF;
 }
 .AnyTagClassName
 {
   color: #424DCF;
 }
</style>

background-color css

<style>
 a { background-color: #424DCF; }

 a { background-color: rgb(66,77,207); }

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

border-color css

<style>
 span { border-color: #424DCF; }

 span { border-color: rgb(66,77,207); }

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