Html Css Color HEX #4285FB Royal Blue

📋 copy color: '#4285FB'

red 66 ◦ green 133 ◦ blue 251

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

Shades of Royal Blue #4285FB

Tints of Royal Blue #4285FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 14.67%
G = 29.56%
B = 55.78%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4285FB (or 0x4285FB) is known color: Royal Blue. HEX triplet: 42, 85 and FB. RGB value is (66,133,251). Sum of RGB (Red+Green+Blue) = 66+133+251=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #4285FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4285FB is #BD7A04. Grayscale: #7D7D7D. Windows color (decimal): -12417541 or 16483650. OLE color: 16483650.

HSL color Cylindrical-coordinate representation of color #4285FB: hue angle of 218.27º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4285FB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 133 251 -
CMYK 0.74 0.47 0 0.02
HSL 218.27º 0.96% 0.62% -
HSV(B) 218.27º 0.74% 0.98% -
XYZ 28.05 24.9 94.59 -
YUV 126.42 198.3 84.91 -
System Red Green Blue C M Y K H S L
Decimal 66 133 251 0.74 0.47 0 0.02 218.27 0.96 0.62
Hex 42 85 FB 4A 2F 0 2 DA 60 3E
Octal 102 205 373 112 57 0 2 332 140 76
Binary 1000010 10000101 11111011 1001010 101111 0 10 11011010 1100000 111110

Color Harmonies of #4285FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4285FB

Black with #4285FB

Text Example


Text Example

White with #4285FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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