Html Css Color HEX #4277F2 Royal Blue

📋 copy color: '#4277F2'

red 66 ◦ green 119 ◦ blue 242

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

Shades of Royal Blue #4277F2

Tints of Royal Blue #4277F2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

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

R = 15.46%
G = 27.87%
B = 56.67%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4277F2 (or 0x4277F2) is known color: Royal Blue. HEX triplet: 42, 77 and F2. RGB value is (66,119,242). Sum of RGB (Red+Green+Blue) = 66+119+242=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #4277F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277F2 is #BD880D. Grayscale: #747474. Windows color (decimal): -12421134 or 15890242. OLE color: 15890242.

HSL color Cylindrical-coordinate representation of color #4277F2: hue angle of 221.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4277F2 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 119 242 -
CMYK 0.73 0.51 0 0.05
HSL 221.93º 0.87% 0.6% -
HSV(B) 221.93º 0.73% 0.95% -
XYZ 24.87 20.76 86.7 -
YUV 117.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 66 119 242 0.73 0.51 0 0.05 221.93 0.87 0.6
Hex 42 77 F2 49 33 0 5 DE 57 3C
Octal 102 167 362 111 63 0 5 336 127 74
Binary 1000010 1110111 11110010 1001001 110011 0 101 11011110 1010111 111100

Color Harmonies of #4277F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277F2

Black with #4277F2

Text Example


Text Example

White with #4277F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4277F2; }

 p { color: rgb(66,119,242); }

 H1.HeaderClassName
 {
   color: #4277F2;
 }
 .AnyTagClassName
 {
   color: #4277F2;
 }
</style>

background-color css

<style>
 a { background-color: #4277F2; }

 a { background-color: rgb(66,119,242); }

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

border-color css

<style>
 span { border-color: #4277F2; }

 span { border-color: rgb(66,119,242); }

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