Html Css Color HEX #3069CF Royal Blue

📋 copy color: '#3069CF'

red 48 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #3069CF

Tints of Royal Blue #3069CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 13.33%
G = 29.17%
B = 57.5%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3069CF (or 0x3069CF) is known color: Royal Blue. HEX triplet: 30, 69 and CF. RGB value is (48,105,207). Sum of RGB (Red+Green+Blue) = 48+105+207=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #3069CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069CF is #CF9630. Grayscale: #636363. Windows color (decimal): -13604401 or 13592880. OLE color: 13592880.

HSL color Cylindrical-coordinate representation of color #3069CF: hue angle of 218.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3069CF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 105 207 -
CMYK 0.77 0.49 0 0.19
HSL 218.49º 0.62% 0.5% -
HSV(B) 218.49º 0.77% 0.81% -
XYZ 17.53 15.24 61.05 -
YUV 99.59 188.62 91.21 -
System Red Green Blue C M Y K H S L
Decimal 48 105 207 0.77 0.49 0 0.19 218.49 0.62 0.5
Hex 30 69 CF 4D 31 0 13 DA 3E 32
Octal 60 151 317 115 61 0 23 332 76 62
Binary 110000 1101001 11001111 1001101 110001 0 10011 11011010 111110 110010

Color Harmonies of #3069CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3069CF

Black with #3069CF

Text Example


Text Example

White with #3069CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3069CF; }

 p { color: rgb(48,105,207); }

 H1.HeaderClassName
 {
   color: #3069CF;
 }
 .AnyTagClassName
 {
   color: #3069CF;
 }
</style>

background-color css

<style>
 a { background-color: #3069CF; }

 a { background-color: rgb(48,105,207); }

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

border-color css

<style>
 span { border-color: #3069CF; }

 span { border-color: rgb(48,105,207); }

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