Html Css Color HEX #424BCF Free Speech Blue

📋 copy color: '#424BCF'

red 66 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #424BCF

Tints of Free Speech Blue #424BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

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

R = 18.97%
G = 21.55%
B = 59.48%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#424BCF (or 0x424BCF) is known color: Free Speech Blue. HEX triplet: 42, 4B and CF. RGB value is (66,75,207). Sum of RGB (Red+Green+Blue) = 66+75+207=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #424BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BCF is #BDB430. Grayscale: #565656. Windows color (decimal): -12432433 or 13585218. OLE color: 13585218.

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

Color convert

RGB 66 75 207 -
CMYK 0.68 0.64 0 0.19
HSL 236.17º 0.59% 0.54% -
HSV(B) 236.17º 0.68% 0.81% -
XYZ 16.03 10.7 60.25 -
YUV 87.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 66 75 207 0.68 0.64 0 0.19 236.17 0.59 0.54
Hex 42 4B CF 44 40 0 13 EC 3B 36
Octal 102 113 317 104 100 0 23 354 73 66
Binary 1000010 1001011 11001111 1000100 1000000 0 10011 11101100 111011 110110

Color Harmonies of #424BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BCF

Black with #424BCF

Text Example


Text Example

White with #424BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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