Html Css Color HEX #407FCA Curious Blue

📋 copy color: '#407FCA'

red 64 ◦ green 127 ◦ blue 202

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

Shades of Curious Blue #407FCA

Tints of Curious Blue #407FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 16.28%
G = 32.32%
B = 51.4%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#407FCA (or 0x407FCA) is known color: Curious Blue. HEX triplet: 40, 7F and CA. RGB value is (64,127,202). Sum of RGB (Red+Green+Blue) = 64+127+202=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #407FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCA is #BF8035. Grayscale: #747474. Windows color (decimal): -12550198 or 13270848. OLE color: 13270848.

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

Color convert

RGB 64 127 202 -
CMYK 0.68 0.37 0 0.21
HSL 212.61º 0.57% 0.52% -
HSV(B) 212.61º 0.68% 0.79% -
XYZ 20.36 20.53 58.77 -
YUV 116.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 64 127 202 0.68 0.37 0 0.21 212.61 0.57 0.52
Hex 40 7F CA 44 25 0 15 D5 39 34
Octal 100 177 312 104 45 0 25 325 71 64
Binary 1000000 1111111 11001010 1000100 100101 0 10101 11010101 111001 110100

Color Harmonies of #407FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FCA

Black with #407FCA

Text Example


Text Example

White with #407FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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