Html Css Color HEX #4285BE Curious Blue

📋 copy color: '#4285BE'

red 66 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #4285BE

Tints of Curious Blue #4285BE

RGB

 RED value IS 66 (26.17% from 255) = 16.97%

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 16.97%
G = 34.19%
B = 48.84%

CMYK

 C value IS 0.65

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4285BE (or 0x4285BE) is known color: Curious Blue. HEX triplet: 42, 85 and BE. RGB value is (66,133,190). Sum of RGB (Red+Green+Blue) = 66+133+190=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #4285BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285BE is #BD7A41. Grayscale: #777777. Windows color (decimal): -12417602 or 12485954. OLE color: 12485954.

HSL color Cylindrical-coordinate representation of color #4285BE: hue angle of 207.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4285BE is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 133 190 -
CMYK 0.65 0.3 0 0.25
HSL 207.58º 0.49% 0.5% -
HSV(B) 207.58º 0.65% 0.75% -
XYZ 19.93 21.65 51.84 -
YUV 119.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 66 133 190 0.65 0.3 0 0.25 207.58 0.49 0.5
Hex 42 85 BE 41 1E 0 19 D0 31 32
Octal 102 205 276 101 36 0 31 320 61 62
Binary 1000010 10000101 10111110 1000001 11110 0 11001 11010000 110001 110010

Color Harmonies of #4285BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4285BE

Black with #4285BE

Text Example


Text Example

White with #4285BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4285BE; }

 p { color: rgb(66,133,190); }

 H1.HeaderClassName
 {
   color: #4285BE;
 }
 .AnyTagClassName
 {
   color: #4285BE;
 }
</style>

background-color css

<style>
 a { background-color: #4285BE; }

 a { background-color: rgb(66,133,190); }

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

border-color css

<style>
 span { border-color: #4285BE; }

 span { border-color: rgb(66,133,190); }

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