Html Css Color HEX #2F67EE Royal Blue

📋 copy color: '#2F67EE'

red 47 ◦ green 103 ◦ blue 238

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

Shades of Royal Blue #2F67EE

Tints of Royal Blue #2F67EE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 12.11%
G = 26.55%
B = 61.34%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F67EE (or 0x2F67EE) is known color: Royal Blue. HEX triplet: 2F, 67 and EE. RGB value is (47,103,238). Sum of RGB (Red+Green+Blue) = 47+103+238=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F67EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F67EE is #D09811. Grayscale: #656565. Windows color (decimal): -13670418 or 15623983. OLE color: 15623983.

HSL color Cylindrical-coordinate representation of color #2F67EE: hue angle of 222.41º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F67EE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 103 238 -
CMYK 0.80 0.57 0 0.07
HSL 222.41º 0.85% 0.56% -
HSV(B) 222.41º 0.8% 0.93% -
XYZ 21.46 16.48 82.94 -
YUV 101.65 204.95 89.02 -
System Red Green Blue C M Y K H S L
Decimal 47 103 238 0.80 0.57 0 0.07 222.41 0.85 0.56
Hex 2F 67 EE 50 39 0 7 DE 55 38
Octal 57 147 356 120 71 0 7 336 125 70
Binary 101111 1100111 11101110 1010000 111001 0 111 11011110 1010101 111000

Color Harmonies of #2F67EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F67EE

Black with #2F67EE

Text Example


Text Example

White with #2F67EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,103,238); }

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

background-color css

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

 a { background-color: rgb(47,103,238); }

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

border-color css

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

 span { border-color: rgb(47,103,238); }

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