Html Css Color HEX #274EBB Cerulean Blue

📋 copy color: '#274EBB'

red 39 ◦ green 78 ◦ blue 187

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

Shades of Cerulean Blue #274EBB

Tints of Cerulean Blue #274EBB

RGB

 RED value IS 39 (15.63% from 255) = 12.83%

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 12.83%
G = 25.66%
B = 61.51%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#274EBB (or 0x274EBB) is known color: Cerulean Blue. HEX triplet: 27, 4E and BB. RGB value is (39,78,187). Sum of RGB (Red+Green+Blue) = 39+78+187=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #274EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EBB is #D8B144. Grayscale: #4E4E4E. Windows color (decimal): -14201157 or 12275239. OLE color: 12275239.

HSL color Cylindrical-coordinate representation of color #274EBB: hue angle of 224.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274EBB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 78 187 -
CMYK 0.79 0.58 0 0.27
HSL 224.19º 0.65% 0.44% -
HSV(B) 224.19º 0.79% 0.73% -
XYZ 12.53 9.47 48.18 -
YUV 78.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 39 78 187 0.79 0.58 0 0.27 224.19 0.65 0.44
Hex 27 4E BB 4F 3A 0 1B E0 41 2C
Octal 47 116 273 117 72 0 33 340 101 54
Binary 100111 1001110 10111011 1001111 111010 0 11011 11100000 1000001 101100

Color Harmonies of #274EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274EBB

Black with #274EBB

Text Example


Text Example

White with #274EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274EBB; }

 p { color: rgb(39,78,187); }

 H1.HeaderClassName
 {
   color: #274EBB;
 }
 .AnyTagClassName
 {
   color: #274EBB;
 }
</style>

background-color css

<style>
 a { background-color: #274EBB; }

 a { background-color: rgb(39,78,187); }

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

border-color css

<style>
 span { border-color: #274EBB; }

 span { border-color: rgb(39,78,187); }

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