Html Css Color HEX #407CCB Curious Blue

📋 copy color: '#407CCB'

red 64 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #407CCB

Tints of Curious Blue #407CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 16.37%
G = 31.71%
B = 51.92%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#407CCB (or 0x407CCB) is known color: Curious Blue. HEX triplet: 40, 7C and CB. RGB value is (64,124,203). Sum of RGB (Red+Green+Blue) = 64+124+203=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #407CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CCB is #BF8334. Grayscale: #727272. Windows color (decimal): -12550965 or 13335616. OLE color: 13335616.

HSL color Cylindrical-coordinate representation of color #407CCB: hue angle of 214.1º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407CCB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 124 203 -
CMYK 0.68 0.39 0 0.20
HSL 214.1º 0.57% 0.52% -
HSV(B) 214.1º 0.68% 0.8% -
XYZ 20.1 19.82 59.27 -
YUV 115.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 64 124 203 0.68 0.39 0 0.20 214.1 0.57 0.52
Hex 40 7C CB 44 27 0 14 D6 39 34
Octal 100 174 313 104 47 0 24 326 71 64
Binary 1000000 1111100 11001011 1000100 100111 0 10100 11010110 111001 110100

Color Harmonies of #407CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CCB

Black with #407CCB

Text Example


Text Example

White with #407CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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