Html Css Color HEX #274BBF Cerulean Blue

📋 copy color: '#274BBF'

red 39 ◦ green 75 ◦ blue 191

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

Shades of Cerulean Blue #274BBF

Tints of Cerulean Blue #274BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 12.79%
G = 24.59%
B = 62.62%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#274BBF (or 0x274BBF) is known color: Cerulean Blue. HEX triplet: 27, 4B and BF. RGB value is (39,75,191). Sum of RGB (Red+Green+Blue) = 39+75+191=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #274BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BBF is #D8B440. Grayscale: #4C4C4C. Windows color (decimal): -14201921 or 12536615. OLE color: 12536615.

HSL color Cylindrical-coordinate representation of color #274BBF: hue angle of 225.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274BBF is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 75 191 -
CMYK 0.80 0.61 0 0.25
HSL 225.79º 0.66% 0.45% -
HSV(B) 225.79º 0.8% 0.75% -
XYZ 12.76 9.23 50.4 -
YUV 77.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 39 75 191 0.80 0.61 0 0.25 225.79 0.66 0.45
Hex 27 4B BF 50 3D 0 19 E2 42 2D
Octal 47 113 277 120 75 0 31 342 102 55
Binary 100111 1001011 10111111 1010000 111101 0 11001 11100010 1000010 101101

Color Harmonies of #274BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BBF

Black with #274BBF

Text Example


Text Example

White with #274BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,75,191); }

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

background-color css

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

 a { background-color: rgb(39,75,191); }

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

border-color css

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

 span { border-color: rgb(39,75,191); }

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