Html Css Color HEX #246CFA Royal Blue

📋 copy color: '#246CFA'

red 36 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #246CFA

Tints of Royal Blue #246CFA

RGB

 RED value IS 36 (14.45% from 255) = 9.14%

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 9.14%
G = 27.41%
B = 63.45%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#246CFA (or 0x246CFA) is known color: Royal Blue. HEX triplet: 24, 6C and FA. RGB value is (36,108,250). Sum of RGB (Red+Green+Blue) = 36+108+250=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #246CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246CFA is #DB9305. Grayscale: #666666. Windows color (decimal): -14390022 or 16411684. OLE color: 16411684.

HSL color Cylindrical-coordinate representation of color #246CFA: hue angle of 219.81º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #246CFA is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 108 250 -
CMYK 0.86 0.57 0 0.02
HSL 219.81º 0.96% 0.56% -
HSV(B) 219.81º 0.86% 0.98% -
XYZ 23.35 18 92.69 -
YUV 102.66 211.15 80.45 -
System Red Green Blue C M Y K H S L
Decimal 36 108 250 0.86 0.57 0 0.02 219.81 0.96 0.56
Hex 24 6C FA 56 39 0 2 DC 60 38
Octal 44 154 372 126 71 0 2 334 140 70
Binary 100100 1101100 11111010 1010110 111001 0 10 11011100 1100000 111000

Color Harmonies of #246CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246CFA

Black with #246CFA

Text Example


Text Example

White with #246CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246CFA; }

 p { color: rgb(36,108,250); }

 H1.HeaderClassName
 {
   color: #246CFA;
 }
 .AnyTagClassName
 {
   color: #246CFA;
 }
</style>

background-color css

<style>
 a { background-color: #246CFA; }

 a { background-color: rgb(36,108,250); }

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

border-color css

<style>
 span { border-color: #246CFA; }

 span { border-color: rgb(36,108,250); }

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