Html Css Color HEX #424FCF Free Speech Blue

📋 copy color: '#424FCF'

red 66 ◦ green 79 ◦ blue 207

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

Shades of Free Speech Blue #424FCF

Tints of Free Speech Blue #424FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

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

R = 18.75%
G = 22.44%
B = 58.81%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#424FCF (or 0x424FCF) is known color: Free Speech Blue. HEX triplet: 42, 4F and CF. RGB value is (66,79,207). Sum of RGB (Red+Green+Blue) = 66+79+207=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #424FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FCF is #BDB030. Grayscale: #595959. Windows color (decimal): -12431409 or 13586242. OLE color: 13586242.

HSL color Cylindrical-coordinate representation of color #424FCF: hue angle of 234.47º 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 #424FCF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 79 207 -
CMYK 0.68 0.62 0 0.19
HSL 234.47º 0.59% 0.54% -
HSV(B) 234.47º 0.68% 0.81% -
XYZ 16.31 11.26 60.34 -
YUV 89.71 194.19 111.09 -
System Red Green Blue C M Y K H S L
Decimal 66 79 207 0.68 0.62 0 0.19 234.47 0.59 0.54
Hex 42 4F CF 44 3E 0 13 EA 3B 36
Octal 102 117 317 104 76 0 23 352 73 66
Binary 1000010 1001111 11001111 1000100 111110 0 10011 11101010 111011 110110

Color Harmonies of #424FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FCF

Black with #424FCF

Text Example


Text Example

White with #424FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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