Html Css Color HEX #2F67EF Royal Blue

📋 copy color: '#2F67EF'

red 47 ◦ green 103 ◦ blue 239

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

Shades of Royal Blue #2F67EF

Tints of Royal Blue #2F67EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 12.08%
G = 26.48%
B = 61.44%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F67EF (or 0x2F67EF) is known color: Royal Blue. HEX triplet: 2F, 67 and EF. RGB value is (47,103,239). Sum of RGB (Red+Green+Blue) = 47+103+239=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F67EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F67EF is #D09810. Grayscale: #656565. Windows color (decimal): -13670417 or 15689519. OLE color: 15689519.

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

Color convert

RGB 47 103 239 -
CMYK 0.80 0.57 0 0.06
HSL 222.5º 0.86% 0.56% -
HSV(B) 222.5º 0.8% 0.94% -
XYZ 21.6 16.54 83.71 -
YUV 101.76 205.45 88.94 -
System Red Green Blue C M Y K H S L
Decimal 47 103 239 0.80 0.57 0 0.06 222.5 0.86 0.56
Hex 2F 67 EF 50 39 0 6 DE 56 38
Octal 57 147 357 120 71 0 6 336 126 70
Binary 101111 1100111 11101111 1010000 111001 0 110 11011110 1010110 111000

Color Harmonies of #2F67EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F67EF

Black with #2F67EF

Text Example


Text Example

White with #2F67EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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