Html Css Color HEX #424FCB Free Speech Blue

📋 copy color: '#424FCB'

red 66 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Blue #424FCB

Tints of Free Speech Blue #424FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 18.97%
G = 22.7%
B = 58.33%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#424FCB (or 0x424FCB) is known color: Free Speech Blue. HEX triplet: 42, 4F and CB. RGB value is (66,79,203). Sum of RGB (Red+Green+Blue) = 66+79+203=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #424FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FCB is #BDB034. Grayscale: #585858. Windows color (decimal): -12431413 or 13324098. OLE color: 13324098.

HSL color Cylindrical-coordinate representation of color #424FCB: hue angle of 234.31º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424FCB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 79 203 -
CMYK 0.67 0.61 0 0.20
HSL 234.31º 0.57% 0.53% -
HSV(B) 234.31º 0.67% 0.8% -
XYZ 15.82 11.06 57.8 -
YUV 89.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 66 79 203 0.67 0.61 0 0.20 234.31 0.57 0.53
Hex 42 4F CB 43 3D 0 14 EA 39 35
Octal 102 117 313 103 75 0 24 352 71 65
Binary 1000010 1001111 11001011 1000011 111101 0 10100 11101010 111001 110101

Color Harmonies of #424FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FCB

Black with #424FCB

Text Example


Text Example

White with #424FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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