Html Css Color HEX #427BFB Royal Blue

📋 copy color: '#427BFB'

red 66 ◦ green 123 ◦ blue 251

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

Shades of Royal Blue #427BFB

Tints of Royal Blue #427BFB

RGB

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

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

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

R = 15%
G = 27.95%
B = 57.05%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#427BFB (or 0x427BFB) is known color: Royal Blue. HEX triplet: 42, 7B and FB. RGB value is (66,123,251). Sum of RGB (Red+Green+Blue) = 66+123+251=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #427BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BFB is #BD8404. Grayscale: #777777. Windows color (decimal): -12420101 or 16481090. OLE color: 16481090.

HSL color Cylindrical-coordinate representation of color #427BFB: hue angle of 221.51º 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 #427BFB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 123 251 -
CMYK 0.74 0.51 0 0.02
HSL 221.51º 0.96% 0.62% -
HSV(B) 221.51º 0.74% 0.98% -
XYZ 26.74 22.29 94.16 -
YUV 120.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 66 123 251 0.74 0.51 0 0.02 221.51 0.96 0.62
Hex 42 7B FB 4A 33 0 2 DE 60 3E
Octal 102 173 373 112 63 0 2 336 140 76
Binary 1000010 1111011 11111011 1001010 110011 0 10 11011110 1100000 111110

Color Harmonies of #427BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BFB

Black with #427BFB

Text Example


Text Example

White with #427BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427BFB; }

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

 H1.HeaderClassName
 {
   color: #427BFB;
 }
 .AnyTagClassName
 {
   color: #427BFB;
 }
</style>

background-color css

<style>
 a { background-color: #427BFB; }

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

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

border-color css

<style>
 span { border-color: #427BFB; }

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

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