Html Css Color HEX #306CE7 Royal Blue

📋 copy color: '#306CE7'

red 48 ◦ green 108 ◦ blue 231

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

Shades of Royal Blue #306CE7

Tints of Royal Blue #306CE7

RGB

 RED value IS 48 (19.14% from 255) = 12.4%

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

 BLUE value IS 231 (90.63% from 255) = 59.69%

R = 12.4%
G = 27.91%
B = 59.69%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#306CE7 (or 0x306CE7) is known color: Royal Blue. HEX triplet: 30, 6C and E7. RGB value is (48,108,231). Sum of RGB (Red+Green+Blue) = 48+108+231=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #306CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CE7 is #CF9318. Grayscale: #676767. Windows color (decimal): -13603609 or 15166512. OLE color: 15166512.

HSL color Cylindrical-coordinate representation of color #306CE7: hue angle of 220.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306CE7 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 108 231 -
CMYK 0.79 0.53 0 0.09
HSL 220.33º 0.79% 0.55% -
HSV(B) 220.33º 0.79% 0.91% -
XYZ 21.01 17.12 77.8 -
YUV 104.08 199.62 88 -
System Red Green Blue C M Y K H S L
Decimal 48 108 231 0.79 0.53 0 0.09 220.33 0.79 0.55
Hex 30 6C E7 4F 35 0 9 DC 4F 37
Octal 60 154 347 117 65 0 11 334 117 67
Binary 110000 1101100 11100111 1001111 110101 0 1001 11011100 1001111 110111

Color Harmonies of #306CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CE7

Black with #306CE7

Text Example


Text Example

White with #306CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306CE7; }

 p { color: rgb(48,108,231); }

 H1.HeaderClassName
 {
   color: #306CE7;
 }
 .AnyTagClassName
 {
   color: #306CE7;
 }
</style>

background-color css

<style>
 a { background-color: #306CE7; }

 a { background-color: rgb(48,108,231); }

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

border-color css

<style>
 span { border-color: #306CE7; }

 span { border-color: rgb(48,108,231); }

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