Html Css Color HEX #2F64EB Royal Blue

📋 copy color: '#2F64EB'

red 47 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #2F64EB

Tints of Royal Blue #2F64EB

RGB

 RED value IS 47 (18.75% from 255) = 12.3%

 GREEN value IS 100 (39.45% from 255) = 26.18%

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 12.3%
G = 26.18%
B = 61.52%

CMYK

 C value IS 0.8

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F64EB (or 0x2F64EB) is known color: Royal Blue. HEX triplet: 2F, 64 and EB. RGB value is (47,100,235). Sum of RGB (Red+Green+Blue) = 47+100+235=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F64EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F64EB is #D09B14. Grayscale: #626262. Windows color (decimal): -13671189 or 15426607. OLE color: 15426607.

HSL color Cylindrical-coordinate representation of color #2F64EB: hue angle of 223.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F64EB is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 100 235 -
CMYK 0.8 0.57 0 0.08
HSL 223.09º 0.82% 0.55% -
HSV(B) 223.09º 0.8% 0.92% -
XYZ 20.72 15.72 80.54 -
YUV 99.54 204.44 90.52 -
System Red Green Blue C M Y K H S L
Decimal 47 100 235 0.8 0.57 0 0.08 223.09 0.82 0.55
Hex 2F 64 EB 50 39 0 8 DF 52 37
Octal 57 144 353 120 71 0 10 337 122 67
Binary 101111 1100100 11101011 1010000 111001 0 1000 11011111 1010010 110111

Color Harmonies of #2F64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F64EB

Black with #2F64EB

Text Example


Text Example

White with #2F64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F64EB; }

 p { color: rgb(47,100,235); }

 H1.HeaderClassName
 {
   color: #2F64EB;
 }
 .AnyTagClassName
 {
   color: #2F64EB;
 }
</style>

background-color css

<style>
 a { background-color: #2F64EB; }

 a { background-color: rgb(47,100,235); }

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

border-color css

<style>
 span { border-color: #2F64EB; }

 span { border-color: rgb(47,100,235); }

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