Html Css Color HEX #4079CA Curious Blue

📋 copy color: '#4079CA'

red 64 ◦ green 121 ◦ blue 202

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

Shades of Curious Blue #4079CA

Tints of Curious Blue #4079CA

RGB

 RED value IS 64 (25.39% from 255) = 16.54%

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 16.54%
G = 31.27%
B = 52.2%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4079CA (or 0x4079CA) is known color: Curious Blue. HEX triplet: 40, 79 and CA. RGB value is (64,121,202). Sum of RGB (Red+Green+Blue) = 64+121+202=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #4079CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079CA is #BF8635. Grayscale: #707070. Windows color (decimal): -12551734 or 13269312. OLE color: 13269312.

HSL color Cylindrical-coordinate representation of color #4079CA: hue angle of 215.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4079CA is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 121 202 -
CMYK 0.68 0.40 0 0.21
HSL 215.22º 0.57% 0.52% -
HSV(B) 215.22º 0.68% 0.79% -
XYZ 19.61 19.03 58.52 -
YUV 113.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 64 121 202 0.68 0.40 0 0.21 215.22 0.57 0.52
Hex 40 79 CA 44 28 0 15 D7 39 34
Octal 100 171 312 104 50 0 25 327 71 64
Binary 1000000 1111001 11001010 1000100 101000 0 10101 11010111 111001 110100

Color Harmonies of #4079CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4079CA

Black with #4079CA

Text Example


Text Example

White with #4079CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4079CA; }

 p { color: rgb(64,121,202); }

 H1.HeaderClassName
 {
   color: #4079CA;
 }
 .AnyTagClassName
 {
   color: #4079CA;
 }
</style>

background-color css

<style>
 a { background-color: #4079CA; }

 a { background-color: rgb(64,121,202); }

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

border-color css

<style>
 span { border-color: #4079CA; }

 span { border-color: rgb(64,121,202); }

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