Html Css Color HEX #4078CA Curious Blue

📋 copy color: '#4078CA'

red 64 ◦ green 120 ◦ blue 202

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

Shades of Curious Blue #4078CA

Tints of Curious Blue #4078CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 16.58%
G = 31.09%
B = 52.33%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4078CA (or 0x4078CA) is known color: Curious Blue. HEX triplet: 40, 78 and CA. RGB value is (64,120,202). Sum of RGB (Red+Green+Blue) = 64+120+202=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #4078CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078CA is #BF8735. Grayscale: #707070. Windows color (decimal): -12551990 or 13269056. OLE color: 13269056.

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

Color convert

RGB 64 120 202 -
CMYK 0.68 0.41 0 0.21
HSL 215.65º 0.57% 0.52% -
HSV(B) 215.65º 0.68% 0.79% -
XYZ 19.49 18.79 58.48 -
YUV 112.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 64 120 202 0.68 0.41 0 0.21 215.65 0.57 0.52
Hex 40 78 CA 44 29 0 15 D8 39 34
Octal 100 170 312 104 51 0 25 330 71 64
Binary 1000000 1111000 11001010 1000100 101001 0 10101 11011000 111001 110100

Color Harmonies of #4078CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078CA

Black with #4078CA

Text Example


Text Example

White with #4078CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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