Html Css Color HEX #3079CF Curious Blue

📋 copy color: '#3079CF'

red 48 ◦ green 121 ◦ blue 207

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

Shades of Curious Blue #3079CF

Tints of Curious Blue #3079CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 12.77%
G = 32.18%
B = 55.05%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3079CF (or 0x3079CF) is known color: Curious Blue. HEX triplet: 30, 79 and CF. RGB value is (48,121,207). Sum of RGB (Red+Green+Blue) = 48+121+207=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #3079CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079CF is #CF8630. Grayscale: #6C6C6C. Windows color (decimal): -13600305 or 13596976. OLE color: 13596976.

HSL color Cylindrical-coordinate representation of color #3079CF: hue angle of 212.45º 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 #3079CF is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 121 207 -
CMYK 0.77 0.42 0 0.19
HSL 212.45º 0.62% 0.5% -
HSV(B) 212.45º 0.77% 0.81% -
XYZ 19.32 18.81 61.64 -
YUV 108.98 183.32 84.51 -
System Red Green Blue C M Y K H S L
Decimal 48 121 207 0.77 0.42 0 0.19 212.45 0.62 0.5
Hex 30 79 CF 4D 2A 0 13 D4 3E 32
Octal 60 171 317 115 52 0 23 324 76 62
Binary 110000 1111001 11001111 1001101 101010 0 10011 11010100 111110 110010

Color Harmonies of #3079CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079CF

Black with #3079CF

Text Example


Text Example

White with #3079CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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