Html Css Color HEX #417BCA Curious Blue

📋 copy color: '#417BCA'

red 65 ◦ green 123 ◦ blue 202

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

Shades of Curious Blue #417BCA

Tints of Curious Blue #417BCA

RGB

 RED value IS 65 (25.78% from 255) = 16.67%

 GREEN value IS 123 (48.44% from 255) = 31.54%

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

R = 16.67%
G = 31.54%
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

#417BCA (or 0x417BCA) is known color: Curious Blue. HEX triplet: 41, 7B and CA. RGB value is (65,123,202). Sum of RGB (Red+Green+Blue) = 65+123+202=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 123 (48.44% from 255 or 31.54% 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 #417BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BCA is #BE8435. Grayscale: #727272. Windows color (decimal): -12485686 or 13269825. OLE color: 13269825.

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

Color convert

RGB 65 123 202 -
CMYK 0.68 0.39 0 0.21
HSL 214.6º 0.56% 0.52% -
HSV(B) 214.6º 0.68% 0.79% -
XYZ 19.92 19.55 58.6 -
YUV 114.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 65 123 202 0.68 0.39 0 0.21 214.6 0.56 0.52
Hex 41 7B CA 44 27 0 15 D7 38 34
Octal 101 173 312 104 47 0 25 327 70 64
Binary 1000001 1111011 11001010 1000100 100111 0 10101 11010111 111000 110100

Color Harmonies of #417BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BCA

Black with #417BCA

Text Example


Text Example

White with #417BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417BCA; }

 p { color: rgb(65,123,202); }

 H1.HeaderClassName
 {
   color: #417BCA;
 }
 .AnyTagClassName
 {
   color: #417BCA;
 }
</style>

background-color css

<style>
 a { background-color: #417BCA; }

 a { background-color: rgb(65,123,202); }

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

border-color css

<style>
 span { border-color: #417BCA; }

 span { border-color: rgb(65,123,202); }

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