Html Css Color HEX #2645E4 Cerulean Blue

📋 copy color: '#2645E4'

red 38 ◦ green 69 ◦ blue 228

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

Shades of Cerulean Blue #2645E4

Tints of Cerulean Blue #2645E4

RGB

 RED value IS 38 (15.23% from 255) = 11.34%

 GREEN value IS 69 (27.34% from 255) = 20.6%

 BLUE value IS 228 (89.45% from 255) = 68.06%

R = 11.34%
G = 20.6%
B = 68.06%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2645E4 (or 0x2645E4) is known color: Cerulean Blue. HEX triplet: 26, 45 and E4. RGB value is (38,69,228). Sum of RGB (Red+Green+Blue) = 38+69+228=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 228 (89.45% from 255 or 68.06% from 335); Max value from RGB is 228 - color contains mainly: blue. Hex color #2645E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645E4 is #D9BA1B. Grayscale: #4D4D4D. Windows color (decimal): -14268956 or 14959910. OLE color: 14959910.

HSL color Cylindrical-coordinate representation of color #2645E4: hue angle of 230.21º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2645E4 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 38 69 228 -
CMYK 0.83 0.70 0 0.11
HSL 230.21º 0.78% 0.52% -
HSV(B) 230.21º 0.83% 0.89% -
XYZ 16.93 10.27 74.49 -
YUV 77.86 212.73 99.57 -
System Red Green Blue C M Y K H S L
Decimal 38 69 228 0.83 0.70 0 0.11 230.21 0.78 0.52
Hex 26 45 E4 53 46 0 B E6 4E 34
Octal 46 105 344 123 106 0 13 346 116 64
Binary 100110 1000101 11100100 1010011 1000110 0 1011 11100110 1001110 110100

Color Harmonies of #2645E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2645E4

Black with #2645E4

Text Example


Text Example

White with #2645E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2645E4; }

 p { color: rgb(38,69,228); }

 H1.HeaderClassName
 {
   color: #2645E4;
 }
 .AnyTagClassName
 {
   color: #2645E4;
 }
</style>

background-color css

<style>
 a { background-color: #2645E4; }

 a { background-color: rgb(38,69,228); }

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

border-color css

<style>
 span { border-color: #2645E4; }

 span { border-color: rgb(38,69,228); }

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