Html Css Color HEX #424FDA Free Speech Blue

📋 copy color: '#424FDA'

red 66 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #424FDA

Tints of Free Speech Blue #424FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 18.18%
G = 21.76%
B = 60.06%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424FDA (or 0x424FDA) is known color: Free Speech Blue. HEX triplet: 42, 4F and DA. RGB value is (66,79,218). Sum of RGB (Red+Green+Blue) = 66+79+218=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #424FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FDA is #BDB025. Grayscale: #5A5A5A. Windows color (decimal): -12431398 or 14307138. OLE color: 14307138.

HSL color Cylindrical-coordinate representation of color #424FDA: hue angle of 234.87º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424FDA is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 79 218 -
CMYK 0.70 0.64 0 0.15
HSL 234.87º 0.67% 0.56% -
HSV(B) 234.87º 0.7% 0.85% -
XYZ 17.7 11.81 67.68 -
YUV 90.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 66 79 218 0.70 0.64 0 0.15 234.87 0.67 0.56
Hex 42 4F DA 46 40 0 F EB 43 38
Octal 102 117 332 106 100 0 17 353 103 70
Binary 1000010 1001111 11011010 1000110 1000000 0 1111 11101011 1000011 111000

Color Harmonies of #424FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FDA

Black with #424FDA

Text Example


Text Example

White with #424FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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