Html Css Color HEX #204AF2 Royal Blue

📋 copy color: '#204AF2'

red 32 ◦ green 74 ◦ blue 242

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

Shades of Royal Blue #204AF2

Tints of Royal Blue #204AF2

RGB

 RED value IS 32 (12.89% from 255) = 9.2%

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 242 (94.92% from 255) = 69.54%

R = 9.2%
G = 21.26%
B = 69.54%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#204AF2 (or 0x204AF2) is known color: Royal Blue. HEX triplet: 20, 4A and F2. RGB value is (32,74,242). Sum of RGB (Red+Green+Blue) = 32+74+242=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #204AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204AF2 is #DFB50D. Grayscale: #4F4F4F. Windows color (decimal): -14660878 or 15878688. OLE color: 15878688.

HSL color Cylindrical-coordinate representation of color #204AF2: hue angle of 228º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204AF2 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 74 242 -
CMYK 0.87 0.69 0 0.05
HSL 228º 0.89% 0.54% -
HSV(B) 228º 0.87% 0.95% -
XYZ 19.07 11.62 85.24 -
YUV 80.59 219.09 93.34 -
System Red Green Blue C M Y K H S L
Decimal 32 74 242 0.87 0.69 0 0.05 228 0.89 0.54
Hex 20 4A F2 57 45 0 5 E4 59 36
Octal 40 112 362 127 105 0 5 344 131 66
Binary 100000 1001010 11110010 1010111 1000101 0 101 11100100 1011001 110110

Color Harmonies of #204AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AF2

Black with #204AF2

Text Example


Text Example

White with #204AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204AF2; }

 p { color: rgb(32,74,242); }

 H1.HeaderClassName
 {
   color: #204AF2;
 }
 .AnyTagClassName
 {
   color: #204AF2;
 }
</style>

background-color css

<style>
 a { background-color: #204AF2; }

 a { background-color: rgb(32,74,242); }

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

border-color css

<style>
 span { border-color: #204AF2; }

 span { border-color: rgb(32,74,242); }

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