Html Css Color HEX #407CCA Curious Blue

📋 copy color: '#407CCA'

red 64 ◦ green 124 ◦ blue 202

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

Shades of Curious Blue #407CCA

Tints of Curious Blue #407CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 16.41%
G = 31.79%
B = 51.79%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#407CCA (or 0x407CCA) is known color: Curious Blue. HEX triplet: 40, 7C and CA. RGB value is (64,124,202). Sum of RGB (Red+Green+Blue) = 64+124+202=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #407CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CCA is #BF8335. Grayscale: #727272. Windows color (decimal): -12550966 or 13270080. OLE color: 13270080.

HSL color Cylindrical-coordinate representation of color #407CCA: hue angle of 213.91º 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 #407CCA is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 124 202 -
CMYK 0.68 0.39 0 0.21
HSL 213.91º 0.57% 0.52% -
HSV(B) 213.91º 0.68% 0.79% -
XYZ 19.98 19.77 58.64 -
YUV 114.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 64 124 202 0.68 0.39 0 0.21 213.91 0.57 0.52
Hex 40 7C CA 44 27 0 15 D6 39 34
Octal 100 174 312 104 47 0 25 326 71 64
Binary 1000000 1111100 11001010 1000100 100111 0 10101 11010110 111001 110100

Color Harmonies of #407CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CCA

Black with #407CCA

Text Example


Text Example

White with #407CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407CCA; }

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

 H1.HeaderClassName
 {
   color: #407CCA;
 }
 .AnyTagClassName
 {
   color: #407CCA;
 }
</style>

background-color css

<style>
 a { background-color: #407CCA; }

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

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

border-color css

<style>
 span { border-color: #407CCA; }

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

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